--- ./compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc.orig 2018-06-13 13:38:58.569034787 -0500 +++ ./compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc 2018-06-13 13:39:14.866033724 -0500 @@ -30,6 +30,7 @@ // fine with newer headers, too. #include #if defined(__x86_64__) || defined(__mips__) +#define _STRUCT_TIMESPEC #include #else #define ino_t __kernel_ino_t