Fix the build with gcc-4.4 on linux: header needed
authorDuncan Sands <baldrick@free.fr>
Mon, 24 Aug 2009 10:34:41 +0000 (10:34 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 24 Aug 2009 10:34:41 +0000 (10:34 +0000)
for EOF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79908 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLLexer.cpp

index b98669efa3d9db2e2571035e5f8cae993af98484..8d6b5dbb134daeb8487094890062dfd1e3192412 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Assembly/Parser.h"
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 using namespace llvm;