diff options
Diffstat (limited to 'include/fnmatch.h')
-rw-r--r-- | include/fnmatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fnmatch.h b/include/fnmatch.h index 0731e236..72345b8b 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include <features.h> + #define FNM_PATHNAME 0x1 #define FNM_NOESCAPE 0x2 #define FNM_PERIOD 0x4 |