[XRay][compiler-rt] Fix missing include of <cerrno>
authorDean Michael Berris <dberris@google.com>
Mon, 19 Dec 2016 05:26:14 +0000 (05:26 +0000)
committerDean Michael Berris <dberris@google.com>
Mon, 19 Dec 2016 05:26:14 +0000 (05:26 +0000)
Futher attempt to un-break ARM and AArch64 build.

Follow-up on D25360.

llvm-svn: 290083

compiler-rt/lib/xray/xray_emulate_tsc.h

index ece672c..dd8378c 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "sanitizer_common/sanitizer_internal_defs.h"
 #include "xray_defs.h"
+#include <cerrno>
 #include <cstdint>
 #include <time.h>