diff options
Diffstat (limited to 'libobjc/objc/encoding.h')
-rw-r--r-- | libobjc/objc/encoding.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libobjc/objc/encoding.h b/libobjc/objc/encoding.h index b6287fc..42ebc1a 100644 --- a/libobjc/objc/encoding.h +++ b/libobjc/objc/encoding.h @@ -1,5 +1,5 @@ /* Encoding of types for Objective C. - Copyright (C) 1993, 1997, 2002 Free Software Foundation, Inc. + Copyright (C) 1993, 1997, 2002, 2004 Free Software Foundation, Inc. Author: Kresten Krab Thorup @@ -29,13 +29,14 @@ Boston, MA 02111-1307, USA. */ #ifndef __encoding_INCLUDE_GNU #define __encoding_INCLUDE_GNU -#include <ctype.h> -#include "objc/objc-api.h" +#include <objc/objc-api.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ +#include <ctype.h> + #define _C_CONST 'r' #define _C_IN 'n' #define _C_INOUT 'N' |