From: Dave Love Date: Mon, 2 Jun 2003 18:42:13 +0000 (+0000) Subject: Use HAVE_FCNTL_H, not _POSIX_VERSION. X-Git-Tag: ttn-vms-21-2-B4~9798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c29b03191b307a10d8a535504c85d267d636fc5;p=emacs.git Use HAVE_FCNTL_H, not _POSIX_VERSION. --- 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 #endif -#ifdef _POSIX_VERSION +#ifdef HAVE_FCNTL_H #include #endif