From: helge Date: Mon, 11 Feb 2008 15:19:18 +0000 (+0000) Subject: fixed a gstep-base issue X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ee1feaf366ce4ec3fbdac326294363a95deda9;p=sope fixed a gstep-base issue git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1603 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index f23c72ce..8239fae7 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,8 @@ +2008-02-11 Helge Hess + + * EOExt.subproj/EOGlobalID+Ext.m: explicitly include NSString.h to + please GNUstep (v4.7.198) + 2008-02-09 Helge Hess * v4.7.197 diff --git a/sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m b/sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m index 1b94c754..9fc21496 100644 --- a/sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m +++ b/sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m @@ -20,6 +20,7 @@ */ #import +#import @implementation EOGlobalID(SOPEExt) diff --git a/sope-core/NGExtensions/Version b/sope-core/NGExtensions/Version index 03c62acb..c117e6db 100644 --- a/sope-core/NGExtensions/Version +++ b/sope-core/NGExtensions/Version @@ -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