8000 Add ctype.h include for new macro in port.h. · postgrespro/postgres_cluster@254df82 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 254df82

Browse files
committed
Add ctype.h include for new macro in port.h.
1 parent 163e72a commit 254df82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/port.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/port.h,v 1.33 2004/05/19 04:21:49 momjian Exp $
9+
* $PostgreSQL: pgsql/src/include/port.h,v 1.34 2004/05/20 01:47:01 momjian Exp $
1010
*
1111
*---------------------------------------------------- 668D ---------------------
1212
*/
@@ -16,6 +16,7 @@
1616
#include <pwd.h>
1717
#include <netdb.h>
1818
#endif
19+
#include <ctype.h>
1920

2021
/* non-blocking */
2122
bool set_noblock(int sock);

0 commit comments

Comments
 (0)
0