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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits