summaryrefslogtreecommitdiff
path: root/test/tsan/debug_alloc_stack.cc
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2016-12-19 18:09:18 +0000
committerKuba Mracek <mracek@apple.com>2016-12-19 18:09:18 +0000
commit279f848a5325f12393d961486a64f93b6189d7e0 (patch)
treee432595658ab6dfa75f5115f38dd4bc41b961d74 /test/tsan/debug_alloc_stack.cc
parent69893e34ea76d934d3a7a40c6626db9c0db2ce4e (diff)
Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/debug_alloc_stack.cc')
-rw-r--r--test/tsan/debug_alloc_stack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/debug_alloc_stack.cc b/test/tsan/debug_alloc_stack.cc
index a94889b03..8c205cd47 100644
--- a/test/tsan/debug_alloc_stack.cc
+++ b/test/tsan/debug_alloc_stack.cc
@@ -3,6 +3,7 @@
#include "test.h"
#include <pthread.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>