Index: src/OFObject.h ================================================================== --- src/OFObject.h +++ src/OFObject.h @@ -17,10 +17,13 @@ #import "objfw-defs.h" #ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS #endif +#ifndef __STDC_CONSTANT_MACROS +# define __STDC_CONSTANT_MACROS +#endif #include #include #ifdef OF_OBJFW_RUNTIME Index: src/macros.h ================================================================== --- src/macros.h +++ src/macros.h @@ -17,10 +17,13 @@ #import "objfw-defs.h" #ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS #endif +#ifndef __STDC_CONSTANT_MACROS +# define __STDC_CONSTANT_MACROS +#endif #include #include #ifdef __GNUC__