@@ -16,10 +16,15 @@ #import "OFObject.h" #import "OFList.h" #import "threading.h" + +/* Haiku used to define this for some unknown reason which causes trouble */ +#ifdef protected +# undef protected +#endif /** * \brief A class for Thread Local Storage keys. */ @interface OFTLSKey: OFObject