projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e47bb
)
Make it compile again. suseconds_t does not exist on Cygwin.
author
Bruno Haible
<bruno@clisp.org>
Fri, 19 Jan 2007 02:18:25 +0000
(
02:18
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Fri, 19 Jan 2007 02:18:25 +0000
(
02:18
+0000)
tests/test-gettimeofday.c
patch
|
blob
|
history
diff --git
a/tests/test-gettimeofday.c
b/tests/test-gettimeofday.c
index f4735d6c0a02cf76c548d494dd1d2d22508ef9a8..ecb9eddcc813f39f09272daf3e51239668219b08 100644
(file)
--- a/
tests/test-gettimeofday.c
+++ b/
tests/test-gettimeofday.c
@@
-20,12
+20,11
@@
#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[])
{