diff options
Diffstat (limited to 'x11/xscreensaver-gnome/files/patch-hacks_phosphor.c')
-rw-r--r-- | x11/xscreensaver-gnome/files/patch-hacks_phosphor.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xscreensaver-gnome/files/patch-hacks_phosphor.c b/x11/xscreensaver-gnome/files/patch-hacks_phosphor.c new file mode 100644 index 000000000..e01033342 --- /dev/null +++ b/x11/xscreensaver-gnome/files/patch-hacks_phosphor.c @@ -0,0 +1,13 @@ +--- hacks/phosphor.c.orig Wed May 19 21:43:52 2004 ++++ hacks/phosphor.c Wed May 19 21:44:54 2004 +@@ -33,6 +33,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 */ + + extern XtAppContext app; |