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:
parent
d90490d8e8
commit
472e83febc
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue