mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
fix missing check for runtime.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29626 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
15aa0e6fbb
commit
cd6051a668
1 changed files with 3 additions and 0 deletions
|
@ -34,7 +34,10 @@
|
|||
|
||||
#include <objc/objc.h>
|
||||
#include <objc/objc-api.h>
|
||||
|
||||
#if defined(HAVE__OBJC_RUNTIME_H)
|
||||
#include <objc/runtime.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue