diff options
Diffstat (limited to 'src/stat.h')
-rw-r--r-- | src/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ #include <sys/types.h> #include <time.h> -#if BFS_HAS_SYS_PARAM +#if BFS_USE_SYS_PARAM_H # include <sys/param.h> #endif |