diff options
Diffstat (limited to 'contrib/pg_test_fsync')
-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 37298be56e6..dcf1593af39 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> |