diff options
| author | Dean Michael Berris <dberris@google.com> | 2016-12-19 05:26:14 +0000 |
|---|---|---|
| committer | Dean Michael Berris <dberris@google.com> | 2016-12-19 05:26:14 +0000 |
| commit | 2cc7fc2cc636fde43b72488a86b98859442286b8 (patch) | |
| tree | e4d7adda9c278c6c36bce505aefc81a247496aed | |
| parent | dbe74e0ccddec7c7ac4ca906f1eaef71bee3f16b (diff) | |
| download | bcm5719-llvm-2cc7fc2cc636fde43b72488a86b98859442286b8.tar.gz bcm5719-llvm-2cc7fc2cc636fde43b72488a86b98859442286b8.zip | |
[XRay][compiler-rt] Fix missing include of <cerrno>
Futher attempt to un-break ARM and AArch64 build.
Follow-up on D25360.
llvm-svn: 290083
| -rw-r--r-- | compiler-rt/lib/xray/xray_emulate_tsc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/xray/xray_emulate_tsc.h b/compiler-rt/lib/xray/xray_emulate_tsc.h index ece672c82bd..dd8378cc30e 100644 --- a/compiler-rt/lib/xray/xray_emulate_tsc.h +++ b/compiler-rt/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> |

