diff options
Diffstat (limited to 'src/core/misc.c')
-rw-r--r-- | src/core/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/misc.c b/src/core/misc.c index 0bb1f7e6..1cfa15b6 100644 --- a/src/core/misc.c +++ b/src/core/misc.c @@ -22,7 +22,7 @@ #include "misc.h" #include "commands.h" -#ifdef HAVE_REGEX_H +#ifndef USE_GREGEX # include <regex.h> #endif |