From 1dc00dc3d2a9279ea441041b32473394a265001f Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Wed, 4 Jan 2012 14:44:01 +0300 Subject: [PATCH] Include sys/param.h conditionally. Signed-off-by: Andrew Borodin --- lib/utilunix.c | 2 ++ src/vfs/ftpfs/ftpfs.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/utilunix.c b/lib/utilunix.c index afc801bbe..909f7acb8 100644 --- a/lib/utilunix.c +++ b/lib/utilunix.c @@ -46,7 +46,9 @@ #include #include #include +#ifdef HAVE_SYS_PARAM_H #include +#endif #include #include #include diff --git a/src/vfs/ftpfs/ftpfs.c b/src/vfs/ftpfs/ftpfs.c index 9f053fc0f..5fe82bde6 100644 --- a/src/vfs/ftpfs/ftpfs.c +++ b/src/vfs/ftpfs/ftpfs.c @@ -87,7 +87,9 @@ What to do with this? #endif #include #include +#ifdef HAVE_SYS_PARAM_H #include +#endif #include #include #include -- 2.11.4.GIT