From 096884c4fe1fb922eab2797d4583ca2ae8ae2600 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 6 Nov 2022 16:22:57 -0500 Subject: config: Split out some of util.h into a new header --- src/stat.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/stat.c') 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 #include @@ -24,10 +25,6 @@ #include #include -#if BFS_USE_SYS_PARAM_H -# include -#endif - #if defined(STATX_BASIC_STATS) && (!__ANDROID__ || __ANDROID_API__ >= 30) # define BFS_LIBC_STATX true #elif __linux__ -- cgit v1.2.3