1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

get a definition of strull on windows, thanks to Howard Su.

llvm-svn: 73929
This commit is contained in:
Chris Lattner 2009-06-23 00:24:36 +00:00
parent b571916820
commit c3b0266a77

View File

@ -14,6 +14,7 @@
#include "AsmLexer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Config/config.h" // for strtoull.
#include <cerrno>
#include <cstdio>
#include <cstdlib>