mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add #include <unistd.h>
This commit is contained in:
parent
69f506c01d
commit
9fdd81de1d
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libpq-fe.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue