Pull in sys/time.h for gettimeofday
This commit is contained in:
parent
8d7988a0c4
commit
5d73f2f004
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
/* Useful define to alleviate typos */
|
||||
#define BILLION (1000000000L)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue