diff options
-rw-r--r-- | src/bin/pg_checksums/pg_checksums.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_checksums/pg_checksums.c b/src/bin/pg_checksums/pg_checksums.c index 68a68eb0fac..f5f7ff10455 100644 --- a/src/bin/pg_checksums/pg_checksums.c +++ b/src/bin/pg_checksums/pg_checksums.c @@ -16,8 +16,8 @@ #include <dirent.h> #include <limits.h> -#include <time.h> #include <sys/stat.h> +#include <time.h> #include <unistd.h> #include "common/controldata_utils.h" |