tsan: add missing include

llvm-svn: 160875
This commit is contained in:
Dmitry Vyukov 2012-07-27 18:13:03 +00:00
parent 20c7eb3549
commit 55253100be
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
//
//===----------------------------------------------------------------------===//
#include <stdio.h>
void __tsan_init();
void __tsan_fini();
void __tsan_go_start(int pgoid, int chgoid, void *pc);