1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

Conditionally include fcntl.h.

This commit is contained in:
Dave Love 2001-12-18 16:02:14 +00:00
parent a33c19b172
commit f0e8db05af

View File

@ -25,6 +25,10 @@
#include <stdio.h>
#ifdef HAVE_FCNTL
#include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif