]> Dogcows Code - chaz/tint2/commitdiff
*fix* missing include
authorAndreas Fink <andreas.fink85@googlemail.com>
Thu, 14 Jan 2010 12:00:53 +0000 (12:00 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Thu, 14 Jan 2010 12:00:53 +0000 (12:00 +0000)
src/util/timer.c

index 797ece02c73e3015300dc1e702b020b705a3fe24..8de7eec891795811da885208e3a9721ab2054c91 100644 (file)
@@ -16,6 +16,7 @@
 **************************************************************************/
 
 #include <time.h>
+#include <sys/time.h>
 #include <stdlib.h>
 #include <stdio.h>
 
This page took 0.017794 seconds and 4 git commands to generate.