summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-12-19 05:26:14 +0000
committerDean Michael Berris <dberris@google.com>2016-12-19 05:26:14 +0000
commit769c2c7be646091ca003605c6dde6747c92f73e8 (patch)
tree07ab2bc60f935070e155152c34ffc0c15e0f6bde /lib
parent458fe4ebf7d106b537a57906b32d749edd3e1adb (diff)
[XRay][compiler-rt] Fix missing include of <cerrno>
Futher attempt to un-break ARM and AArch64 build. Follow-up on D25360. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/xray/xray_emulate_tsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xray/xray_emulate_tsc.h b/lib/xray/xray_emulate_tsc.h
index ece672c82..dd8378cc3 100644
--- a/lib/xray/xray_emulate_tsc.h
+++ b/lib/xray/xray_emulate_tsc.h
@@ -15,6 +15,7 @@
#include "sanitizer_common/sanitizer_internal_defs.h"
#include "xray_defs.h"
+#include <cerrno>
#include <cstdint>
#include <time.h>