mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
c6a38091e2
commit
4a5428113a
1 changed files with 4 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue