Include "config.h".
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 9 Nov 2009 16:11:34 +0000 (16:11 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 9 Nov 2009 16:11:34 +0000 (16:11 +0000)
009-11-09  H.J. Lu  <hongjiu.lu@intel.com>

PR gold/10930
* testsuite/plugin_test.c: Include "config.h".

gold/ChangeLog
gold/testsuite/plugin_test.c

index 0772a3cbe42ea1d6d47f1311e6144de6c6593b75..4ee272224c0ed46239619e1b6b0398699b3dc02e 100644 (file)
@@ -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.
index 2218d0841b1073370c42b77fa565b9db77d1dcbc..9d095e8824457c5ea54913fd0e017e9dc4d3c5d1 100644 (file)
    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>
This page took 0.029998 seconds and 4 git commands to generate.