Skip to content

Commit 73de2d7

Browse files
committed
fix missing stdint.h in regex_jit_glue.c
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent f188f85 commit 73de2d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/openparser/regex/jit/regex_jit_glue.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Compiled once by Nim's {.compile.} pragma. */
33
#include "dasm_proto.h"
44
#include "dasm_x86.h"
5+
#include <stdint.h>
56
#include "regex_jit.c"
67

78
/* Re-export the action list pointer */

0 commit comments

Comments
 (0)