mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Add #include <unistd.h>
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libpq-fe.h"
|
||||
|
Reference in New Issue
Block a user