summaryrefslogtreecommitdiffstats
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/stat.c b/src/stat.c
index cc20697..3134b6a 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -15,6 +15,7 @@
****************************************************************************/
#include "stat.h"
+#include "config.h"
#include "util.h"
#include <assert.h>
#include <errno.h>
@@ -24,10 +25,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#if BFS_USE_SYS_PARAM_H
-# include <sys/param.h>
-#endif
-
#if defined(STATX_BASIC_STATS) && (!__ANDROID__ || __ANDROID_API__ >= 30)
# define BFS_LIBC_STATX true
#elif __linux__