@@ -7,15 +7,17 @@ * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ -#import "atomic.h" +#import "objfw-defs.h" #if !defined(OF_THREADS) || (!defined(OF_HAVE_PTHREADS) && !defined(_WIN32)) # error No threads available! #endif + +#import "macros.h" #if defined(OF_HAVE_PTHREADS) # include typedef pthread_t of_thread_t; typedef pthread_mutex_t of_mutex_t;