diff options
Diffstat (limited to 'contrib/pg_test_fsync/pg_test_fsync.c')
-rw-r--r-- | contrib/pg_test_fsync/pg_test_fsync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_test_fsync/pg_test_fsync.c b/contrib/pg_test_fsync/pg_test_fsync.c index 9f9c1d4d775..00c74fa1842 100644 --- a/contrib/pg_test_fsync/pg_test_fsync.c +++ b/contrib/pg_test_fsync/pg_test_fsync.c @@ -7,6 +7,7 @@ #include <sys/stat.h> #include <sys/time.h> +#include <fcntl.h> #include <time.h> #include <unistd.h> #include <signal.h> |