Tests for module 'snprintf'.
[gnulib.git] / 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[])
 {