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