bd83817373
remove gtk1 support entirely as it makes the port a lot simpler :).
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
$OpenBSD: patch-hacks_apple2-main_c,v 1.2 2005/06/03 05:38:32 marcm Exp $
|
|
--- hacks/apple2-main.c.orig Sun Mar 20 13:58:02 2005
|
|
+++ hacks/apple2-main.c Sun Apr 17 23:30:27 2005
|
|
@@ -29,6 +29,7 @@
|
|
# include <pty.h>
|
|
# endif
|
|
# ifdef HAVE_UTIL_H
|
|
+# include <termios.h>
|
|
# include <util.h>
|
|
# endif
|
|
#endif /* HAVE_FORKPTY */
|