We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163e72a commit 254df82Copy full SHA for 254df82
src/include/port.h
@@ -6,7 +6,7 @@
6
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
- * $PostgreSQL: pgsql/src/include/port.h,v 1.33 2004/05/19 04:21:49 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.34 2004/05/20 01:47:01 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -16,6 +16,7 @@
16
#include <pwd.h>
17
#include <netdb.h>
18
#endif
19
+#include <ctype.h>
20
21
/* non-blocking */
22
bool set_noblock(int sock);
0 commit comments