]> err.no Git - sope/commitdiff
fixed a gstep-base issue
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 11 Feb 2008 15:19:18 +0000 (15:19 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 11 Feb 2008 15:19:18 +0000 (15:19 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1603 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGExtensions/ChangeLog
sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m
sope-core/NGExtensions/Version

index f23c72ce9b6530e2a029fa78d638da6d162f2357..8239fae78a6d164bf8c092a4d2553f362f74e301 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * EOExt.subproj/EOGlobalID+Ext.m: explicitly include NSString.h to
+         please GNUstep (v4.7.198)
+
 2008-02-09  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.7.197
index 1b94c7546d2db30c34820c59db45f8ad343fcfc6..9fc21496512a537d855b9b2cefebdb5a40d4d886 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #import <EOControl/EOGlobalID.h>
+#import <Foundation/NSString.h>
 
 @implementation EOGlobalID(SOPEExt)
 
index 03c62acb229f336a11f29e90c22ba031d3de403e..c117e6db872196aeca42156576e7e767d97b8b5d 100644 (file)
@@ -1,6 +1,6 @@
 # version
 
-SUBMINOR_VERSION:=197
+SUBMINOR_VERSION:=198
 
 # v4.3.115 requires libFoundation v1.0.59
 # v4.2.72  requires libEOControl  v4.2.39