diff options
Diffstat (limited to 'src/backend/postmaster/fork_process.c')
-rw-r--r-- | src/backend/postmaster/fork_process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/postmaster/fork_process.c b/src/backend/postmaster/fork_process.c index a9138f589ee..59385c5d2b7 100644 --- a/src/backend/postmaster/fork_process.c +++ b/src/backend/postmaster/fork_process.c @@ -10,7 +10,6 @@ * src/backend/postmaster/fork_process.c */ #include "postgres.h" -#include "postmaster/fork_process.h" #include <fcntl.h> #include <time.h> @@ -21,6 +20,8 @@ #include <openssl/rand.h> #endif +#include "postmaster/fork_process.h" + #ifndef WIN32 /* * Wrapper for fork(). Return values are the same as those for fork(): |