OSDN Git Service

Add missing include
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Mar 2004 04:04:36 +0000 (04:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Mar 2004 04:04:36 +0000 (04:04 +0000)
src/tools/fsync/test_fsync.c

index cbeed45..3905d2b 100644 (file)
@@ -10,6 +10,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
+#include <sys/time.h>
 #include <unistd.h>
 
 /* O_SYNC and O_FSYNC are the same */