Pull in sys/time.h for gettimeofday
This commit is contained in:
parent
8d7988a0c4
commit
5d73f2f004
|
@ -13,6 +13,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
/* Useful define to alleviate typos */
|
/* Useful define to alleviate typos */
|
||||||
#define BILLION (1000000000L)
|
#define BILLION (1000000000L)
|
||||||
|
|
Loading…
Reference in New Issue