Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.
authorKuba Mracek <mracek@apple.com>
Mon, 19 Dec 2016 18:09:18 +0000 (18:09 +0000)
committerKuba Mracek <mracek@apple.com>
Mon, 19 Dec 2016 18:09:18 +0000 (18:09 +0000)
llvm-svn: 290124

compiler-rt/test/tsan/debug_alloc_stack.cc

index a94889b..8c205cd 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "test.h"
 #include <pthread.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>