Include config.h in order to have HAVE_STDINT_H be defined.

In the latest binutils the plugin-api.h needs this - without
it the LLVM gold plugin fails to compile.

llvm-svn: 84861
This commit is contained in:
Duncan Sands 2009-10-22 16:03:32 +00:00
parent 802f14ccde
commit f34a264c60
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Config/config.h"
#include "plugin-api.h"
#include "llvm-c/lto.h"