From 12f2254b815056bb897a25a0c6dee0122aef52ac Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 10 Jul 2014 14:19:21 +0530 Subject: Fix -Wundef warning for HAVE_SYS_PARAM_H Include sys/param.h unconditionally --- io/ftw.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'io') diff --git a/io/ftw.c b/io/ftw.c index b058b7465a..bf749b1e79 100644 --- a/io/ftw.c +++ b/io/ftw.c @@ -66,9 +66,7 @@ char *alloca (); #include #include #include -#if HAVE_SYS_PARAM_H || defined _LIBC -# include -#endif +#include #ifdef _LIBC # include #else -- cgit v1.2.3