diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/lusernet/files/patch-NNTPSource.m | 10 | ||||
-rw-r--r-- | news/lusernet/files/patch-Pref_Posting.m | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/news/lusernet/files/patch-NNTPSource.m b/news/lusernet/files/patch-NNTPSource.m new file mode 100644 index 00000000000..a1f03ed773a --- /dev/null +++ b/news/lusernet/files/patch-NNTPSource.m @@ -0,0 +1,10 @@ +--- NNTPSource.m.orig 2004-03-03 00:58:37.000000000 +0100 ++++ NNTPSource.m 2010-05-23 08:56:18.000000000 +0200 +@@ -11,6 +11,7 @@ + #include <Foundation/NSException.h> + + #include <Foundation/NSBundle.h> ++#include <Foundation/NSDictionary.h> + + #include "MsgDB.h" + diff --git a/news/lusernet/files/patch-Pref_Posting.m b/news/lusernet/files/patch-Pref_Posting.m new file mode 100644 index 00000000000..402452a2acd --- /dev/null +++ b/news/lusernet/files/patch-Pref_Posting.m @@ -0,0 +1,10 @@ +--- Pref_Posting.m.orig 2004-03-03 00:58:37.000000000 +0100 ++++ Pref_Posting.m 2010-05-23 08:54:51.000000000 +0200 +@@ -5,6 +5,7 @@ + #include <Foundation/NSObject.h> + #include <Foundation/NSString.h> + #include <Foundation/NSUserDefaults.h> ++#include <Foundation/NSBundle.h> + #include <GNUstepGUI/GSVbox.h> + #include <GNUstepGUI/GSHbox.h> + #include <AppKit/NSButton.h> |