diff options
Diffstat (limited to 'deskutils/preferences.app/files/patch-Keyboard.m')
-rw-r--r-- | deskutils/preferences.app/files/patch-Keyboard.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/preferences.app/files/patch-Keyboard.m b/deskutils/preferences.app/files/patch-Keyboard.m new file mode 100644 index 000000000000..bdf962baf8c3 --- /dev/null +++ b/deskutils/preferences.app/files/patch-Keyboard.m @@ -0,0 +1,10 @@ +--- Modules/Keyboard/Keyboard.m.orig 2002-06-08 10:29:36.000000000 +0200 ++++ Modules/Keyboard/Keyboard.m 2010-05-22 11:24:43.000000000 +0200 +@@ -37,6 +37,7 @@ + #import <AppKit/NSButton.h> + #import <AppKit/NSNibLoading.h> + #import <AppKit/NSOpenPanel.h> ++#import <Foundation/NSUserDefaults.h> + + #import "Keyboard.h" + #import "KeyboardView.h" |