diff options
Diffstat (limited to 'x11/gnustep-preferences/patches/patch-ae')
-rw-r--r-- | x11/gnustep-preferences/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gnustep-preferences/patches/patch-ae b/x11/gnustep-preferences/patches/patch-ae new file mode 100644 index 00000000000..61af7dc1b79 --- /dev/null +++ b/x11/gnustep-preferences/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2008/12/28 07:56:38 adam Exp $ + +--- Modules/PrefsApp/PrefsApp.m.orig 2008-12-28 08:41:52.000000000 +0100 ++++ Modules/PrefsApp/PrefsApp.m +@@ -37,6 +37,7 @@ static const char rcsid[] = + #import <Foundation/NSDebug.h> + #import <Foundation/NSUserDefaults.h> + #import <Foundation/NSValue.h> ++#import <Foundation/NSEnumerator.h> + + #import <AppKit/NSButton.h> + #import <AppKit/NSNibLoading.h> |