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
This commit is contained in:
NAKAMURA Takumi 2013-01-10 05:23:59 +00:00
parent 5dc300107b
commit 1930fbf3eb

View File

@ -16,6 +16,7 @@
#define LLVM_SUPPORT_SIGNALS_H
#include "llvm/Support/Path.h"
#include <cstdio>
namespace llvm {
namespace sys {