@@ -16,10 +16,15 @@ #import "OFObject.h" #import "OFTLSKey.h" #import "threading.h" + +/* Haiku used to define this for some unknown reason which causes trouble */ +#ifdef protected +# undef protected +#endif @class OFDate; @class OFSortedList; @class OFRunLoop;