diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-24 19:13:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-24 19:13:01 +0000 |
commit | f538b91d4aa96eab0eb184ad5ab61735d4dfff0d (patch) | |
tree | 86f523ecbd761f9106fe27076acb5ab6c3f2d3b3 /deskutils/helpviewer | |
parent | ce2a5d265b040f47a8065f77127b36f5c3e2b892 (diff) | |
download | ports-f538b91d4aa96eab0eb184ad5ab61735d4dfff0d.tar.gz ports-f538b91d4aa96eab0eb184ad5ab61735d4dfff0d.zip |
Notes
Diffstat (limited to 'deskutils/helpviewer')
-rw-r--r-- | deskutils/helpviewer/files/patch-mainWindowController.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/helpviewer/files/patch-mainWindowController.m b/deskutils/helpviewer/files/patch-mainWindowController.m new file mode 100644 index 000000000000..8c33665a3b8a --- /dev/null +++ b/deskutils/helpviewer/files/patch-mainWindowController.m @@ -0,0 +1,10 @@ +--- mainWindowController.m.orig 2003-04-05 08:47:02.000000000 +0200 ++++ mainWindowController.m 2008-06-16 20:36:29.000000000 +0200 +@@ -17,6 +17,7 @@ + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + ++#include "GNUstepBase/GNUstep.h" + #include "mainWindowController.h" + + @implementation MainWindowController |