diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-23 20:51:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-23 20:51:27 +0000 |
commit | cf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch) | |
tree | decd4ea843a45a8c9335888f3542946d0a804f3a /news/lusernet | |
parent | 434871ff18beb46a362cd1c62c66944e27e2552c (diff) |
Notes
Diffstat (limited to 'news/lusernet')
-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 000000000000..a1f03ed773a2 --- /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 000000000000..402452a2acd3 --- /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> |