Skip to content

Commit 0d0ea6e

Browse files
committed
Include stdint.h
We use this, but it may not be included via other headers; fixes AIX.
1 parent 1b532d9 commit 0d0ea6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#endif
4848

4949
#include <stddef.h>
50+
#include <stdint.h>
5051
#include <stdio.h>
5152
#include <stdlib.h>
5253
#include <string.h>

0 commit comments

Comments
 (0)