summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util.c b/src/util.c
index bb2e1cc..da54040 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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