Pull in sys/time.h for gettimeofday

This commit is contained in:
Laurence Withers 2007-07-23 14:44:43 +00:00
parent 8d7988a0c4
commit 5d73f2f004
1 changed files with 1 additions and 0 deletions

View File

@ -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)