diff lib/dup-safer.c @ 5955:ace6ea191424

Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally, and don't include <sys/file.h>).
author Jim Meyering <jim@meyering.net>
date Sat, 02 Jul 2005 09:45:07 +0000
parents a48fb0e98c8c
children 882f5823cabb
line wrap: on
line diff
--- a/lib/dup-safer.c
+++ b/lib/dup-safer.c
@@ -23,9 +23,7 @@
 
 #include "unistd-safer.h"
 
-#if HAVE_FCNTL_H
-# include <fcntl.h>
-#endif
+#include <fcntl.h>
 
 #if HAVE_UNISTD_H
 # include <unistd.h>