projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc3001
)
Signal.h: Add <cstdio> for FILE*, since r171989.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 10 Jan 2013 05:23:59 +0000
(
05:23
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 10 Jan 2013 05:23:59 +0000
(
05:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172044
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Signals.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Signals.h
b/include/llvm/Support/Signals.h
index 72bfd6b3389396ae4cfbb3cb67b6226b7c4387ac..465656b94116f335cdfdee4b7cc6aa13cb4f7adf 100644
(file)
--- a/
include/llvm/Support/Signals.h
+++ b/
include/llvm/Support/Signals.h
@@
-16,6
+16,7
@@
#define LLVM_SUPPORT_SIGNALS_H
#include "llvm/Support/Path.h"
+#include <cstdio>
namespace llvm {
namespace sys {