blob: 1f1238395572c2fc8580082d1ae62676b28852d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- hacks/apple2-main.c.orig Sun Mar 26 21:34:17 2006
+++ hacks/apple2-main.c Sun Jun 4 00:01:46 2006
@@ -39,6 +39,10 @@
# ifdef HAVE_UTIL_H
# include <util.h>
# endif
+#include <sys/types.h>
+#include <sys/ioctl.h>
+#include <termios.h>
+#include <libutil.h>
#endif /* HAVE_FORKPTY */
#include "screenhack.h"
|