aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-12-04 11:44:34 +0000
committerRichard M. Stallman <[email protected]>2002-12-04 11:44:34 +0000
commit612221ab83f69a690595eb83eab0e2e606493279 (patch)
tree7a327188160a1eafa7a065642b0930dc1a6c0a6f /src/fileio.c
parent321ce330a7ea576edd4fba5c463f992f1da5f250 (diff)
(fcntl.h): Test only HAVE_FCNTL_H.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 0b06e4fee3..890ef2de37 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
-#if defined (USG5) || defined (BSD_SYSTEM) || defined (GNU_LINUX)
+#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif