1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

If we include fcntl.h, define INCLUDED_FCNTL.

This commit is contained in:
Richard M. Stallman 1994-04-12 03:25:18 +00:00
parent d90490d8e8
commit 472e83febc

View file

@ -37,10 +37,12 @@ extern char *strerror ();
#include <sys/file.h>
#ifdef USG5
#define INCLUDED_FCNTL
#include <fcntl.h>
#endif
#ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
#define INCLUDED_FCNTL
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/param.h>