From: Richard M. Stallman Date: Tue, 12 Apr 1994 03:25:18 +0000 (+0000) Subject: If we include fcntl.h, define INCLUDED_FCNTL. X-Git-Tag: emacs-19.34~9035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=472e83febc694e6a3be338ff28c0fa2074b2b0cc;p=emacs.git If we include fcntl.h, define INCLUDED_FCNTL. --- diff --git a/src/callproc.c b/src/callproc.c index 9bf6d23b9ac..ea4f08b81fc 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -37,10 +37,12 @@ extern char *strerror (); #include #ifdef USG5 +#define INCLUDED_FCNTL #include #endif #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ +#define INCLUDED_FCNTL #include #include #include