Move include file

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-06-04 03:37:12 +00:00
parent 84b18cb39f
commit 14c6a5e4d2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-06-03 Adam Fedor <fedor@gnu.org>
* Source/cifframe.h: Move ffi.h include to fix compile problem on
MinGW (Fixes #8267).
2004-06-03 Richard Frith-Macdonald <rfm@gnu.org> 2004-06-03 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSZone.m: Fixed error in malloc of non-freeable zones * Source/NSZone.m: Fixed error in malloc of non-freeable zones

View file

@ -25,9 +25,9 @@
#ifndef cifframe_h_INCLUDE #ifndef cifframe_h_INCLUDE
#define cifframe_h_INCLUDE #define cifframe_h_INCLUDE
#include <ffi.h>
#include "Foundation/NSMethodSignature.h" #include "Foundation/NSMethodSignature.h"
#include "GNUstepBase/DistributedObjects.h" #include "GNUstepBase/DistributedObjects.h"
#include <ffi.h>
typedef struct _cifframe_t { typedef struct _cifframe_t {
ffi_cif cif; ffi_cif cif;