summaryrefslogtreecommitdiff
path: root/src/termcap.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-06-02 18:42:13 +0000
committerDave Love <fx@gnu.org>2003-06-02 18:42:13 +0000
commit3c29b03191b307a10d8a535504c85d267d636fc5 (patch)
tree67adb1109a6d14a027cfed9320daf2fb0dbe2400 /src/termcap.c
parent0a7d603959ec145ec3637d1a0c21079e2c54ce17 (diff)
downloademacs-3c29b03191b307a10d8a535504c85d267d636fc5.tar.gz
Use HAVE_FCNTL_H, not _POSIX_VERSION.
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 8918f06d244..fa8d0ced0aa 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -53,7 +53,7 @@ char *realloc ();
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef _POSIX_VERSION
+#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif