Signal.h: Add <cstdio> for FILE*, since r171989.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jan 2013 05:23:59 +0000 (05:23 +0000)
committerNAKAMURA 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

index 72bfd6b3389396ae4cfbb3cb67b6226b7c4387ac..465656b94116f335cdfdee4b7cc6aa13cb4f7adf 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_SUPPORT_SIGNALS_H
 
 #include "llvm/Support/Path.h"
+#include <cstdio>
 
 namespace llvm {
 namespace sys {