try to fix include order to avoid BOOL problem on msys2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38925 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2015-08-24 13:03:01 +00:00
parent a6958f4c06
commit 19ab49d97a
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,6 @@
#define GS_TYPE_ENCODING_H
#include <GNUstepBase/GSVersionMacros.h>
#include <GNUstepBase/GSConfig.h>
#if defined (NeXT_RUNTIME)
# include <objc/objc-runtime.h>

View file

@ -24,9 +24,10 @@
* THE SOFTWARE.
*/
#include "GNUstepBase/GSTypeEncoding.h"
#include <stdlib.h>
#include <string.h>
#include "GNUstepBase/GSTypeEncoding.h"
#undef MAX
#define MAX(X, Y) \