Switch includes of PThread to the portability header
[folly.git] / folly / ThreadId.h
index db4decdb790327bbcfd24596c139cb2b1c2c791b..06d4bb1402c90c7667a4a0a979856512fda6295c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <cstdint>
 
-#include <pthread.h>
+#include <folly/portability/PThread.h>
 
 namespace folly {