[PATCH] D47933: [Xray] logging forgotten header

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 01:11:29 PDT 2018


devnexen created this revision.
devnexen added a reviewer: dberris.
Herald added subscribers: Sanitizers, llvm-commits.

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47933

Files:
  lib/xray/xray_fdr_logging.cc


Index: lib/xray/xray_fdr_logging.cc
===================================================================
--- lib/xray/xray_fdr_logging.cc
+++ lib/xray/xray_fdr_logging.cc
@@ -15,6 +15,7 @@
 //
 //===----------------------------------------------------------------------===//
 #include "xray_fdr_logging.h"
+#include <pthread.h>
 #include <cassert>
 #include <errno.h>
 #include <limits>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47933.150459.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180608/bd44cd88/attachment.bin>


More information about the llvm-commits mailing list