Skip to content

Commit 0f76e46

Browse files
committed
xregex: Fix build without Oniguruma
1 parent 0879126 commit 0f76e46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xregex.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
****************************************************************************/
1616

1717
#include "xregex.h"
18+
#include "config.h"
1819
#include <assert.h>
1920
#include <errno.h>
2021
#include <stdlib.h>

0 commit comments

Comments
 (0)