Include <gnustep/base/config.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-01-06 22:00:31 +00:00
parent c6a38091e2
commit 4a5428113a

View file

@ -1,6 +1,6 @@
/* objc-load - Dynamically load in Obj-C modules (Classes, Categories)
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Written by: Adam Fedor, Pedja Bogdanovich
@ -33,6 +33,9 @@
#include <stdlib.h>
#include <objc/objc-api.h>
#include <objc/objc-list.h>
#ifdef HAVE_CONFIG_H
#include <gnustep/base/config.h>
#endif
#include <Foundation/objc-load.h>
/* include the interface to the dynamic linker */