diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-11 13:47:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-11 13:47:40 +0000 |
commit | fe608702904a930f92d737ecb8c6287117b08eea (patch) | |
tree | 6b6fdc4310297129b1173d613fe60586198c2343 /news/lusernet/files/patch-MsgDB.m | |
parent | b5b30a258e3412d7ec49257a18b01956e3bd554c (diff) | |
download | ports-fe608702904a930f92d737ecb8c6287117b08eea.tar.gz ports-fe608702904a930f92d737ecb8c6287117b08eea.zip |
Notes
Diffstat (limited to 'news/lusernet/files/patch-MsgDB.m')
-rw-r--r-- | news/lusernet/files/patch-MsgDB.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/news/lusernet/files/patch-MsgDB.m b/news/lusernet/files/patch-MsgDB.m new file mode 100644 index 000000000000..275682356605 --- /dev/null +++ b/news/lusernet/files/patch-MsgDB.m @@ -0,0 +1,10 @@ +--- MsgDB.m.orig 2004-03-03 00:58:37.000000000 +0100 ++++ MsgDB.m 2008-05-03 09:39:45.000000000 +0200 +@@ -18,6 +18,7 @@ + #include <Foundation/NSAutoreleasePool.h> + #include <Foundation/NSNotification.h> + #include <Foundation/NSData.h> ++#include <Foundation/NSDictionary.h> + + #include "MsgDB.h" + |