diff options
Diffstat (limited to 'src/xregex.c')
-rw-r--r-- | src/xregex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xregex.c b/src/xregex.c index 4fa098d..e8d6b23 100644 --- a/src/xregex.c +++ b/src/xregex.c @@ -15,7 +15,8 @@ ****************************************************************************/ #include "xregex.h" -#include "util.h" +#include "bfstd.h" +#include "config.h" #include <assert.h> #include <errno.h> #include <stdlib.h> |