Make it compile again. suseconds_t does not exist on Cygwin.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2007 02:18:25 +0000 (02:18 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Jan 2007 02:18:25 +0000 (02:18 +0000)
tests/test-gettimeofday.c

index f4735d6..ecb9edd 100644 (file)
 #include <config.h>
 
 #include <sys/time.h>
+#include <time.h>
 
 #include <stdio.h>
 #include <string.h>
 
-suseconds_t dummy = 0; /* just to test if this type is available */
-
 int
 main (int argc, char *argv[])
 {