forked from OSchip/llvm-project
parent
0d63958706
commit
2c0735446b
|
@ -18,9 +18,10 @@
|
|||
#include "Config/sys/stat.h"
|
||||
#include "Config/sys/types.h"
|
||||
#include "Config/sys/mman.h"
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
using namespace llvm;
|
||||
|
||||
/// CheckMagic - Returns true IFF the file named FN begins with Magic. FN must
|
||||
|
|
Loading…
Reference in New Issue