summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Signals.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-10 05:23:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-10 05:23:59 +0000
commit1930fbf3ebfd988e71a96bf8839afb772f675233 (patch)
tree1bc9ca365a6b5648c944b85c290b0872a545afdd /include/llvm/Support/Signals.h
parent5dc300107b0f31ef876f2bf93e9893f6aa8204a2 (diff)
downloadllvm-1930fbf3ebfd988e71a96bf8839afb772f675233.tar.gz
llvm-1930fbf3ebfd988e71a96bf8839afb772f675233.tar.bz2
llvm-1930fbf3ebfd988e71a96bf8839afb772f675233.tar.xz
Signal.h: Add <cstdio> for FILE*, since r171989.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Signals.h')
-rw-r--r--include/llvm/Support/Signals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Signals.h b/include/llvm/Support/Signals.h
index 72bfd6b338..465656b941 100644
--- 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 {