mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
12 lines
209 B
Diff
12 lines
209 B
Diff
--- a/gunixio.c
|
|
+++ b/gunixio.c
|
|
@@ -58,6 +58,8 @@
|
|
*/
|
|
|
|
#include <stdio.h> /* Standard input/output */
|
|
+#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
|
|
#ifdef POSIX
|
|
#include <termios.h> /* Terminal modes */
|