We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1b6bf commit 2e21b7eCopy full SHA for 2e21b7e
src/interfaces/libpq/fe-connect.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.15 1996/11/09 10:39:51 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.16 1996/11/10 01:46:14 bryanh Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -22,6 +22,7 @@
22
#include <netdb.h>
23
#include <errno.h>
24
#include <signal.h>
25
+#include <ctype.h> /* for isspace() */
26
27
#include "postgres.h"
28
#include "libpq/pqcomm.h" /* for decls of MsgType, PacketBuf, StartupInfo */
0 commit comments