From ca17ffafe1db767e1adb83218dea8f5ccf27b3c8 Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 5 May 2008 14:38:25 +0000 Subject: - fix build for option WITH_GNUSTEP_DEVEL --- deskutils/cartotheque/files/patch-CardView.m | 10 ++++++++++ deskutils/toolbox/files/patch-DefaultView.h | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 deskutils/cartotheque/files/patch-CardView.m create mode 100644 deskutils/toolbox/files/patch-DefaultView.h (limited to 'deskutils') diff --git a/deskutils/cartotheque/files/patch-CardView.m b/deskutils/cartotheque/files/patch-CardView.m new file mode 100644 index 000000000000..9600dc96e9de --- /dev/null +++ b/deskutils/cartotheque/files/patch-CardView.m @@ -0,0 +1,10 @@ +--- CardView.m.orig 2005-03-13 18:52:24.000000000 +0100 ++++ CardView.m 2008-05-03 09:38:44.000000000 +0200 +@@ -11,6 +11,7 @@ + #import "CardView.h" + + #import ++#import + #import + #import + #import diff --git a/deskutils/toolbox/files/patch-DefaultView.h b/deskutils/toolbox/files/patch-DefaultView.h new file mode 100644 index 000000000000..2ca11054e907 --- /dev/null +++ b/deskutils/toolbox/files/patch-DefaultView.h @@ -0,0 +1,10 @@ +--- DefaultEditor/DefaultView.h.orig 2003-03-28 17:09:41.000000000 +0100 ++++ DefaultEditor/DefaultView.h 2008-05-03 09:50:08.000000000 +0200 +@@ -27,6 +27,7 @@ + #ifndef _Toolbox_DefaultEditor_H_DefaultView + #define _Toolbox_DefaultEditor_H_DefaultView + ++#include + #include + + @class NSOutlineView; -- cgit