[llvm-commits] [llvm] r71798 - /llvm/trunk/include/llvm/System/Atomic.h

Owen Anderson resistor at mac.com
Thu May 14 14:34:15 PDT 2009


Author: resistor
Date: Thu May 14 16:33:57 2009
New Revision: 71798

URL: http://llvm.org/viewvc/llvm-project?rev=71798&view=rev
Log:
Dropped this #include by accident.

Modified:
    llvm/trunk/include/llvm/System/Atomic.h

Modified: llvm/trunk/include/llvm/System/Atomic.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/Atomic.h?rev=71798&r1=71797&r2=71798&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/Atomic.h (original)
+++ llvm/trunk/include/llvm/System/Atomic.h Thu May 14 16:33:57 2009
@@ -18,7 +18,7 @@
 #include <stdint.h>
 
 #ifdef __APPLE__
-
+#include <libkern/OSAtomic.h>
 #elif LLVM_ON_WIN32
 #include <windows.h>
 #endif





More information about the llvm-commits mailing list