miner.h: include sys/time.h for struct timeval definition

This commit is contained in:
Jeff Garzik 2010-11-27 01:59:03 -05:00 committed by Jeff Garzik
parent e2eeaaf75b
commit 4da2e4fbe2

View file

@ -3,6 +3,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <sys/time.h>
#include <jansson.h>
#ifdef __SSE2__