summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-04-17 19:55:12 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-04-17 19:55:12 +0000
commita5928c107b50a7aa115fad424e3452766607fdb8 (patch)
treef04e1a44558c4d101b304efff9bc4781dd318993 /test/tsan
parentcd07c23441ed62ecec244af61880ba05547d2a2a (diff)
[tsan] Add missing include for uint64_t in test.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@300484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/debugging.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/debugging.cc b/test/tsan/debugging.cc
index 0a82f4460..d9c7c6581 100644
--- a/test/tsan/debugging.cc
+++ b/test/tsan/debugging.cc
@@ -2,6 +2,7 @@
// RUN: %deflake %run %t 2>&1 | FileCheck %s
#include <pthread.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>