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 /textproc | |
parent | This Login.app is a simple "greeter" program you can use for XDM sessions. (diff) |
- fix build for option WITH_GNUSTEP_DEVEL
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/localize/files/patch-StringsEntry.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/localize/files/patch-StringsEntry.m b/textproc/localize/files/patch-StringsEntry.m new file mode 100644 index 000000000000..b717357e621c --- /dev/null +++ b/textproc/localize/files/patch-StringsEntry.m @@ -0,0 +1,10 @@ +--- StringsEntry.m.orig 2004-04-20 17:06:56.000000000 +0200 ++++ StringsEntry.m 2008-05-03 09:31:51.000000000 +0200 +@@ -20,6 +20,7 @@ + + #include <Foundation/NSObject.h> + #include <Foundation/NSArray.h> ++#include <Foundation/NSString.h> + + #include "StringsEntry.h" + |