[cfe-commits] [libcxx] r104616 - /libcxx/trunk/src/thread.cpp

Howard Hinnant hhinnant at apple.com
Tue May 25 10:25:25 PDT 2010


Author: hhinnant
Date: Tue May 25 12:25:25 2010
New Revision: 104616

URL: http://llvm.org/viewvc/llvm-project?rev=104616&view=rev
Log:
For compiling on FreeBSD

Modified:
    libcxx/trunk/src/thread.cpp

Modified: libcxx/trunk/src/thread.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/src/thread.cpp?rev=104616&r1=104615&r2=104616&view=diff
==============================================================================
--- libcxx/trunk/src/thread.cpp (original)
+++ libcxx/trunk/src/thread.cpp Tue May 25 12:25:25 2010
@@ -9,6 +9,7 @@
 
 #include "thread"
 #include "exception"
+#include <sys/types.h>
 #include <sys/sysctl.h>
 
 _LIBCPP_BEGIN_NAMESPACE_STD





More information about the cfe-commits mailing list