Include objc.h otherwise __GNU_LIBOBJC__ isn't defined.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36838 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-07-05 13:55:10 +00:00
parent 4a39c51ca9
commit 64932aad00
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-07-05 Fred Kiefer <FredKiefer@gmx.de>
* Headers/GNUstepBase/GSTypeEncoding.h
Include objc.h otherwise __GNU_LIBOBJC__ isn't defined.
2013-07-04 Richard Frith-Macdonald <rfm@gnu.org>
* Source\GSSocksParser\GSSocksParser.h:

View file

@ -32,6 +32,7 @@
#if defined (NeXT_RUNTIME)
# include <objc/objc-runtime.h>
#else
# include <objc/objc.h>
# if defined (__GNU_LIBOBJC__)
# include <objc/runtime.h>
# else
@ -95,7 +96,7 @@ typedef enum GSObjCType
GSObjCTypeUnknown = '?'
} GSObjCType;
/* maximum an minimum char values in a type specification */
/* maximum and minimum char values in a type specification */
typedef enum GSObjCTypeBound
{
GSObjCTypeMin = ' ',