summaryrefslogtreecommitdiff
path: root/src/include/port/nextstep.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-04-15 19:08:13 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-04-15 19:08:13 +0000
commitcacaaed62b56aadfd3b1536c2b910d6ba5897928 (patch)
tree8485561471affbdcfecf411071c7d618651e0eee /src/include/port/nextstep.h
parent94893bb962aa980accbce021c24f6be42efeda9b (diff)
downloadpostgresql-cacaaed62b56aadfd3b1536c2b910d6ba5897928.tar.gz
A couple of cleanups from Scott Harrison <Scott_Harrison@next.com>
Diffstat (limited to 'src/include/port/nextstep.h')
-rw-r--r--src/include/port/nextstep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h
index d7fbae858c..ca078ab10d 100644
--- a/src/include/port/nextstep.h
+++ b/src/include/port/nextstep.h
@@ -1,3 +1,4 @@
+# include <libc.h>
# include <sys/ioctl.h>
# if defined(__STRICT_ANSI__)
# define isascii(c) ((unsigned)(c)<=0177)