Dropped this #include by accident.
authorOwen Anderson <resistor@mac.com>
Thu, 14 May 2009 21:33:57 +0000 (21:33 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 14 May 2009 21:33:57 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71798 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Atomic.h

index 3f788074d9b94763724d67d8f02f71eba52a200b..2f95e0f7fbbd8e31075f1bc64663e53d17fe5cc8 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdint.h>
 
 #ifdef __APPLE__
-
+#include <libkern/OSAtomic.h>
 #elif LLVM_ON_WIN32
 #include <windows.h>
 #endif