diff options
-rw-r--r-- | gold/ChangeLog | 5 | ||||
-rw-r--r-- | gold/testsuite/plugin_test.c | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0772a3c..4ee2722 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +009-11-09 H.J. Lu <hongjiu.lu@intel.com> + + PR gold/10930 + * testsuite/plugin_test.c: Include "config.h". + 2009-11-09 Doug Kwan <dougkwan@google.com> * arm.cc (Target_arm::fake_relnum_for_stubs): New constant. diff --git a/gold/testsuite/plugin_test.c b/gold/testsuite/plugin_test.c index 2218d08..9d095e8 100644 --- a/gold/testsuite/plugin_test.c +++ b/gold/testsuite/plugin_test.c @@ -20,6 +20,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> |