summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-09-06 16:26:49 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-09-06 16:26:49 +0000
commit6e2e0e8b8f0162271982667e4fece98b41e3e8ba (patch)
tree947316660c2f143089878d34400aaf8c4399a6e3
parentc520822dbfc2f51065ce2778c7892d35de2d0f84 (diff)
downloadbcm5719-llvm-6e2e0e8b8f0162271982667e4fece98b41e3e8ba.tar.gz
bcm5719-llvm-6e2e0e8b8f0162271982667e4fece98b41e3e8ba.zip
Add #include <cstdio> to unbreak build (missing definition of stderr)
llvm-svn: 280714
-rw-r--r--compiler-rt/lib/xray/xray_inmemory_log.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/xray/xray_inmemory_log.cc b/compiler-rt/lib/xray/xray_inmemory_log.cc
index a308de78db2..f4fd20846ee 100644
--- a/compiler-rt/lib/xray/xray_inmemory_log.cc
+++ b/compiler-rt/lib/xray/xray_inmemory_log.cc
@@ -16,6 +16,7 @@
//===----------------------------------------------------------------------===//
#include <cassert>
+#include <cstdio>
#include <fcntl.h>
#include <mutex>
#include <sys/stat.h>
OpenPOWER on IntegriCloud