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

Commit 25fe3c7

Browse files
author
Bryan Henderson
committed
Include ctype.h to fix Kurt Lidl's compile problem.
1 parent 4da9c59 commit 25fe3c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/psql/psql.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.30 1996/11/20 22:34:36 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.31 1996/11/22 04:43:48 bryanh Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -19,6 +19,7 @@
1919
#include <sys/stat.h>
2020
#include <unistd.h>
2121
#include <fcntl.h>
22+
#include <ctype.h>
2223
#include "postgres.h"
2324
#include "libpq-fe.h"
2425
#include "stringutils.h"

0 commit comments

Comments
 (0)