From: Bruno Haible Date: Fri, 19 Jan 2007 02:18:25 +0000 (+0000) Subject: Make it compile again. suseconds_t does not exist on Cygwin. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a268e3dc87989512d25f4c62de6a172864d579;p=pspp Make it compile again. suseconds_t does not exist on Cygwin. --- diff --git a/tests/test-gettimeofday.c b/tests/test-gettimeofday.c index f4735d6c0a..ecb9eddcc8 100644 --- a/tests/test-gettimeofday.c +++ b/tests/test-gettimeofday.c @@ -20,12 +20,11 @@ #include #include +#include #include #include -suseconds_t dummy = 0; /* just to test if this type is available */ - int main (int argc, char *argv[]) {