From 5d73f2f00489e3a8fd8874b4fb1cb7a7fb706106 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Mon, 23 Jul 2007 14:44:43 +0000 Subject: [PATCH] Pull in sys/time.h for gettimeofday --- src/libiso8601/000_TopSource.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libiso8601/000_TopSource.c b/src/libiso8601/000_TopSource.c index 3e430bf..087d455 100644 --- a/src/libiso8601/000_TopSource.c +++ b/src/libiso8601/000_TopSource.c @@ -13,6 +13,7 @@ #include #include #include +#include /* Useful define to alleviate typos */ #define BILLION (1000000000L)