Include config.h in order to have HAVE_STDINT_H be defined.
authorDuncan Sands <baldrick@free.fr>
Thu, 22 Oct 2009 16:03:32 +0000 (16:03 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 22 Oct 2009 16:03:32 +0000 (16:03 +0000)
commit09b5d90429258f92f5e5ac98411a71460bcd9230
treec679ba048a8d7acac9a17b2be6d93c98ccdfed4a
parent71e0b7c560200a87ea49080f581153f9a2c9db72
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84861 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp