diff options
Diffstat (limited to 'src/bin/pg_test_fsync/pg_test_fsync.c')
-rw-r--r-- | src/bin/pg_test_fsync/pg_test_fsync.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/pg_test_fsync/pg_test_fsync.c b/src/bin/pg_test_fsync/pg_test_fsync.c index 225557e6c57..2ca1608bd21 100644 --- a/src/bin/pg_test_fsync/pg_test_fsync.c +++ b/src/bin/pg_test_fsync/pg_test_fsync.c @@ -12,10 +12,9 @@ #include <unistd.h> #include <signal.h> -#include "getopt_long.h" #include "access/xlogdefs.h" #include "common/logging.h" - +#include "getopt_long.h" /* * put the temp files in the local directory |