summaryrefslogtreecommitdiff
path: root/libobjc/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/class.c')
-rw-r--r--libobjc/class.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/class.c b/libobjc/class.c
index c86cbb4dcc9..37b2b4eebf9 100644
--- a/libobjc/class.c
+++ b/libobjc/class.c
@@ -87,6 +87,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
classes from the table - and the difficult thing with lock-free data
structures is freeing data when is removed from the structures. */
+#include "objc-private/common.h"
#include "objc/objc.h"
#include "objc/objc-api.h"
#include "objc/thr.h"