diff options
Diffstat (limited to 'audio/cynthiune')
-rw-r--r-- | audio/cynthiune/files/patch-OSSPreference.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cynthiune/files/patch-OSSPreference.h b/audio/cynthiune/files/patch-OSSPreference.h new file mode 100644 index 000000000000..b401280ecab1 --- /dev/null +++ b/audio/cynthiune/files/patch-OSSPreference.h @@ -0,0 +1,11 @@ +--- Bundles/OSS/OSSPreference.h.orig 2006-03-18 05:13:52.000000000 +0100 ++++ Bundles/OSS/OSSPreference.h 2008-06-16 21:14:16.000000000 +0200 +@@ -24,6 +24,8 @@ + #define OSSPREFERENCE_H + + #import <Cynthiune/Preference.h> ++#import <Foundation/NSDictionary.h> ++#import <Foundation/NSArchiver.h> + + @class NSBox; + @class NSWindow; |