- fix build for gnstep-base 1.15

This commit is contained in:
Dirk Meyer 2008-06-24 19:13:01 +00:00
parent ce2a5d265b
commit f538b91d4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215723
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- LibrarySource.m.orig 2004-08-10 15:02:17.000000000 +0200
+++ LibrarySource.m 2008-06-16 20:51:24.000000000 +0200
@@ -20,6 +20,7 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "GNUstepBase/GNUstep.h"
#include "GNUstep.h"
#include "LibrarySource.h"
#include "AttributesSource.h"

View file

@ -0,0 +1,10 @@
--- Utilities.m.orig 2004-08-05 22:13:35.000000000 +0200
+++ Utilities.m 2008-06-16 20:51:15.000000000 +0200
@@ -20,6 +20,7 @@
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "GNUstepBase/GNUstep.h"
#include "GNUstep.h"
#include "Utilities.h"
#include <Foundation/Foundation.h>

View file

@ -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