Skip to content

Commit 3649a3f

Browse files
committed
Include <stdint.h>
1 parent 03117bf commit 3649a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/erbx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "buffer.h"
55
#include "array.h"
66

7+
#include <stdint.h>
8+
79
void erbx_parse(const uint8_t *source, size_t length);
810
void erbx_lex_to_buffer(char* source, buffer_T* output);
911
array_T* erbx_lex(char* source);

0 commit comments

Comments
 (0)