mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
12 lines
363 B
Objective-C
12 lines
363 B
Objective-C
--- PreferencesController.m.orig 2004-12-17 10:10:22.000000000 +0100
|
|
+++ PreferencesController.m 2010-05-23 05:22:03.000000000 +0200
|
|
@@ -32,7 +32,9 @@
|
|
|
|
#include "InputView.h"
|
|
|
|
+#include <Foundation/NSArchiver.h>
|
|
#include <Foundation/NSNotification.h>
|
|
+#include <Foundation/NSUserDefaults.h>
|
|
|
|
#include <AppKit/NSBrowser.h>
|
|
#include <AppKit/NSBrowserCell.h>
|