diff options
Diffstat (limited to 'x11/xscreensaver/patches/patch-ah')
-rw-r--r-- | x11/xscreensaver/patches/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xscreensaver/patches/patch-ah b/x11/xscreensaver/patches/patch-ah new file mode 100644 index 00000000000..9261d8115dd --- /dev/null +++ b/x11/xscreensaver/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.5 2006/08/10 14:51:39 reed Exp $ + +--- hacks/apple2-main.c.orig 2006-08-10 09:32:10.000000000 -0500 ++++ hacks/apple2-main.c 2006-08-10 09:32:31.000000000 -0500 +@@ -27,6 +27,7 @@ + #ifndef HAVE_COCOA + # define XK_MISCELLANY + # include <X11/keysymdef.h> ++# include <X11/Xlib.h> + # include <X11/Xutil.h> + # include <X11/Intrinsic.h> + #endif |