* EOControl/EOControl.h

include GNUstepBase/GNUstep.h on non-GNUSTEP platforms


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30848 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
dwetzel 2010-06-25 03:03:27 +00:00
parent 1f508f3bc5
commit c92380c725
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
2010-06-24 David Wetzel <dave@turbocat.de>
* EOControl/EOControl.h
include GNUstepBase/GNUstep.h on non-GNUSTEP platforms
2010-06-24 David Wetzel <dave@turbocat.de>
* Apps/EOModelEditor/CodeGenerator.m
-updateNeededForFileAtPath:content:canOverwrite:

View file

@ -27,6 +27,9 @@
#ifndef __EOControl_h__
#define __EOControl_h__
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
#endif
#include <EOControl/EOSortOrdering.h>
#include <EOControl/EOFetchSpecification.h>