Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
7dbf74c5
Commit
7dbf74c5
authored
Jan 08, 2016
by
Damien George
Browse files
py/parse: Include unistd.h for ssize_t definition.
In some cases ssize_t is not defined by already included headers.
parent
1404d620
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/parse.c
View file @
7dbf74c5
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment