@@ -243,12 +243,15 @@ # import "atomic.h" #endif #import "OFLocking.h" #import "OFThread.h" +#import "once.h" #ifdef OF_HAVE_THREADS -# import "threading.h" +# import "thread.h" +# import "mutex.h" +# import "condition.h" # import "OFThreadPool.h" # import "OFMutex.h" # import "OFRecursiveMutex.h" # import "OFCondition.h" #endif