diff options
Diffstat (limited to 'contrib/pg_upgrade/exec.c')
| -rw-r--r-- | contrib/pg_upgrade/exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/exec.c b/contrib/pg_upgrade/exec.c index 2f5e76da2d..ff9b317109 100644 --- a/contrib/pg_upgrade/exec.c +++ b/contrib/pg_upgrade/exec.c @@ -7,6 +7,8 @@ * contrib/pg_upgrade/exec.c */ +#include "postgres.h" + #include "pg_upgrade.h" #include <fcntl.h> |
