Skip to content

Commit

Permalink
try to fix include order to avoid BOOL problem on msys2
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38925 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
rfm committed Aug 24, 2015
1 parent a6958f4 commit 19ab49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Headers/GNUstepBase/GSTypeEncoding.h
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion Source/Additions/GSTypeEncoding.c
Expand Up @@ -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) \
Expand Down

0 comments on commit 19ab49d

Please sign in to comment.