1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Signal.h: Add <cstdio> for FILE*, since r171989.

llvm-svn: 172044
This commit is contained in:
NAKAMURA Takumi 2013-01-10 05:23:59 +00:00
parent 0b51c8346d
commit 8d32ca56b9

View File

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