2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-03-01 19:45:33 +08:00

Add #include <unistd.h>

This commit is contained in:
Bruce Momjian 2001-02-12 13:55:36 +00:00
parent 69f506c01d
commit 9fdd81de1d

View File

@ -7,6 +7,7 @@
*/
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "libpq-fe.h"