diff options
Diffstat (limited to 'deskutils')
-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 |