* m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
[gnulib.git] / tests / test-gettimeofday.c
index e98266a..ecb9edd 100644 (file)
 
 #include <config.h>
 
+#include <sys/time.h>
+#include <time.h>
+
 #include <stdio.h>
 #include <string.h>
 
-#include "gettimeofday.h"
-
-suseconds_t dummy = 0; /* just to test if this type is available */
-
 int
 main (int argc, char *argv[])
 {