Fix-up for r307537: We need to #include stdint.h to get int32_t.

llvm-svn: 307557
This commit is contained in:
Kuba Mracek 2017-07-10 17:11:52 +00:00
parent e80c0bf6d7
commit 21ad3fd3c5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
#include <pthread.h>
#include <stdint.h>
#include <stdio.h>
typedef int32_t OSSpinLock;