Dropped this #include by accident.

llvm-svn: 71798
This commit is contained in:
Owen Anderson 2009-05-14 21:33:57 +00:00
parent f9fa3cb78a
commit a379765d45
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <stdint.h>
#ifdef __APPLE__
#include <libkern/OSAtomic.h>
#elif LLVM_ON_WIN32
#include <windows.h>
#endif