From 2581e79cf8596a385c9ea9dbe5b45244a4a943ca Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Fri, 4 Jun 2004 03:37:12 +0000 Subject: [PATCH] Move include file git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19453 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/cifframe.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea166ad01..4c4f66c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-03 Adam Fedor + + * Source/cifframe.h: Move ffi.h include to fix compile problem on + MinGW (Fixes #8267). + 2004-06-03 Richard Frith-Macdonald * Source/NSZone.m: Fixed error in malloc of non-freeable zones diff --git a/Source/cifframe.h b/Source/cifframe.h index dfeab8df3..d0f22f8f1 100644 --- a/Source/cifframe.h +++ b/Source/cifframe.h @@ -25,9 +25,9 @@ #ifndef cifframe_h_INCLUDE #define cifframe_h_INCLUDE -#include #include "Foundation/NSMethodSignature.h" #include "GNUstepBase/DistributedObjects.h" +#include typedef struct _cifframe_t { ffi_cif cif;