Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9fdd81d

Browse files
committed
Add #include <unistd.h>
1 parent 69f506c commit 9fdd81d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/oid2name/oid2name.c

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <stdlib.h>
10+
#include <unistd.h>
1011
#include <string.h>
1112

1213
#include "libpq-fe.h"

0 commit comments

Comments
 (0)