forked from OSchip/llvm-project
Fix-up for r307537: We need to #include stdint.h to get int32_t.
llvm-svn: 307557
This commit is contained in:
parent
e80c0bf6d7
commit
21ad3fd3c5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue