0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 14:13:36 +00:00
termux-packages/packages/gkermit/gunixio.c.patch
2023-04-13 03:02:15 +09:00

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 */