From 58076430c3324600ef5dba5505fbb2e1c5e02e03 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 1 Jul 2005 20:55:29 +0000 Subject: Assume HAVE_FCNTL_H (i.e., include unconditionally, and don't include ). --- lib/mountlist.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/mountlist.c') diff --git a/lib/mountlist.c b/lib/mountlist.c index 129e0a438..a8ef87d8c 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -35,9 +35,7 @@ char *strstr (); #include -#ifdef HAVE_FCNTL_H -# include -#endif +#include #ifdef HAVE_UNISTD_H # include -- cgit v1.2.3-54-g00ecf