summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cregex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cregex.c b/src/cregex.c
index 34c78090..99b0fa03 100644
--- a/src/cregex.c
+++ b/src/cregex.c
@@ -31,7 +31,9 @@ THE SOFTWARE.
#include <setjmp.h>
#include <string.h>
#include <ctype.h>
+#include <stdio.h>
#include <stc/cregex.h>
+#include <stc/utf8.h>
typedef uint32_t Rune; /* Utf8 code point */
typedef int32_t Token;