mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 22:36:06 -04:00
14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
$NetBSD: patch-ae,v 1.2 2011/11/27 11:17:19 marino Exp $
|
|
|
|
--- Modules/PrefsApp/PrefsApp.m.orig 2002-06-08 08:29:36.000000000 +0000
|
|
+++ Modules/PrefsApp/PrefsApp.m
|
|
@@ -37,6 +37,8 @@ static const char rcsid[] =
|
|
#import <Foundation/NSDebug.h>
|
|
#import <Foundation/NSUserDefaults.h>
|
|
#import <Foundation/NSValue.h>
|
|
+#import <Foundation/NSEnumerator.h>
|
|
+#import <Foundation/NSDictionary.h>
|
|
|
|
#import <AppKit/NSButton.h>
|
|
#import <AppKit/NSNibLoading.h>
|