@@ -25,10 +25,14 @@ #elif defined HAVE_SEL_GETNAME #define SEL_NAME(x) sel_getName(x) #else #error "You need either sel_get_name() or sel_getName!" #endif + +#ifndef HAVE_ASPRINTF +#import "asprintf.h" +#endif @implementation OFException + newWithObject: (id)obj { return [[self alloc] initWithObject: obj];