Skip to content

Commit 7dbf74c

Browse files
committed
py/parse: Include unistd.h for ssize_t definition.
In some cases ssize_t is not defined by already included headers.
1 parent 1404d62 commit 7dbf74c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/parse.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <stdbool.h>
2828
#include <stdint.h>
2929
#include <stdio.h>
30+
#include <unistd.h> // for ssize_t
3031
#include <assert.h>
3132
#include <string.h>
3233

0 commit comments

Comments
 (0)