]> git.eshelyaron.com Git - emacs.git/commitdiff
Use HAVE_FCNTL_H, not _POSIX_VERSION.
authorDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:42:13 +0000 (18:42 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Jun 2003 18:42:13 +0000 (18:42 +0000)
src/termcap.c

index 8918f06d2440d2fff9dd830a7d0602120b7c9531..fa8d0ced0aa10b3817f5ee673b89ceb132d92e79 100644 (file)
@@ -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