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