diff options
-rw-r--r-- | src/xregex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xregex.c b/src/xregex.c index 3e14280..6f0e5a1 100644 --- a/src/xregex.c +++ b/src/xregex.c @@ -15,6 +15,7 @@ ****************************************************************************/ #include "xregex.h" +#include "config.h" #include <assert.h> #include <errno.h> #include <stdlib.h> |