mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Add missing include, required on some platforms
Noted by the buildfarm and Andres Freund
This commit is contained in:
parent
c90204c605
commit
ca7435033b
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
|
|
|
|||
Loading…
Reference in a new issue