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 efa1b3284ec..ec4b90c7974 100644 --- a/contrib/pg_test_fsync/pg_test_fsync.c +++ b/contrib/pg_test_fsync/pg_test_fsync.c @@ -140,6 +140,7 @@ handle_args(int argc, char *argv[]) {"secs-per-test", required_argument, NULL, 's'}, {NULL, 0, NULL, 0} }; + int option; /* Command line option */ int optindex = 0; /* used by getopt_long */ |