summaryrefslogtreecommitdiffstatshomepage
path: root/py/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/parse.c')
-rw-r--r--py/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/parse.c b/py/parse.c
index 04629e03ff..775bf68b32 100644
--- a/py/parse.c
+++ b/py/parse.c
@@ -27,6 +27,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
+#include <unistd.h> // for ssize_t
#include <assert.h>
#include <string.h>