We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da9c59 commit 25fe3c7Copy full SHA for 25fe3c7
src/bin/psql/psql.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.30 1996/11/20 22:34:36 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.31 1996/11/22 04:43:48 bryanh Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -19,6 +19,7 @@
19
#include <sys/stat.h>
20
#include <unistd.h>
21
#include <fcntl.h>
22
+#include <ctype.h>
23
#include "postgres.h"
24
#include "libpq-fe.h"
25
#include "stringutils.h"
0 commit comments