Add #include <unistd.h>

This commit is contained in:
Bruce Momjian 2001-02-12 13:55:36 +00:00
parent 69f506c01d
commit 9fdd81de1d
1 changed files with 1 additions and 0 deletions

View File

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