diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,6 +15,7 @@ ****************************************************************************/ #include "util.h" +#include "config.h" #include "dstring.h" #include "xregex.h" #include <assert.h> @@ -31,10 +32,6 @@ #include <unistd.h> #include <wchar.h> -#if BFS_USE_SYS_PARAM_H -# include <sys/param.h> -#endif - #if BFS_USE_SYS_SYSMACROS_H # include <sys/sysmacros.h> #elif BFS_USE_SYS_MKDEV_H |