diff options
Diffstat (limited to 'databases/gdl2/files/patch-EOClassDescription.h')
-rw-r--r-- | databases/gdl2/files/patch-EOClassDescription.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/gdl2/files/patch-EOClassDescription.h b/databases/gdl2/files/patch-EOClassDescription.h new file mode 100644 index 000000000000..47209dd147cb --- /dev/null +++ b/databases/gdl2/files/patch-EOClassDescription.h @@ -0,0 +1,10 @@ +--- EOControl/EOClassDescription.h.orig 2006-12-30 18:41:02.000000000 +0100 ++++ EOControl/EOClassDescription.h 2008-05-03 09:09:20.000000000 +0200 +@@ -29,6 +29,7 @@ + + #ifdef GNUSTEP + #include <Foundation/NSArray.h> ++#include <Foundation/NSDictionary.h> + #include <Foundation/NSException.h> + #include <Foundation/NSZone.h> + #else |