diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-05-25 17:25:25 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-05-25 17:25:25 +0000 |
commit | 5b00ffede4be6d9a8649ab01d75b8980a941a72e (patch) | |
tree | 3624b7eb068cc452ccb9a7b76e97a61f4bce3284 /libcxx/src/thread.cpp | |
parent | 3b59e0601ef499acbe3cbfb8e0e25e2d435679bc (diff) | |
download | bcm5719-llvm-5b00ffede4be6d9a8649ab01d75b8980a941a72e.tar.gz bcm5719-llvm-5b00ffede4be6d9a8649ab01d75b8980a941a72e.zip |
For compiling on FreeBSD
llvm-svn: 104616
Diffstat (limited to 'libcxx/src/thread.cpp')
-rw-r--r-- | libcxx/src/thread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/src/thread.cpp b/libcxx/src/thread.cpp index 2a6b2054eba..f2db6d51b23 100644 --- a/libcxx/src/thread.cpp +++ b/libcxx/src/thread.cpp @@ -9,6 +9,7 @@ #include "thread" #include "exception" +#include <sys/types.h> #include <sys/sysctl.h> _LIBCPP_BEGIN_NAMESPACE_STD |