Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
7c6c8439
Commit
7c6c8439
authored
May 07, 2014
by
Damien George
Browse files
unix: Add missing stdio.h header for readline.
parent
c35e5343
Changes
1
Show whitespace changes
Inline
Side-by-side
unix/input.c
View file @
7c6c8439
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
* THE SOFTWARE.
* THE SOFTWARE.
*/
*/
#include <stdio.h>
#include <stdint.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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