OSDN Git Service

* filename_cmp.c: Include "config.h".
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Apr 2007 11:21:23 +0000 (11:21 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Apr 2007 11:21:23 +0000 (11:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123425 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/filename_cmp.c

index 006c354..f790651 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-02  Andreas Schwab  <schwab@suse.de>
+
+       * filename_cmp.c: Include "config.h".
+
 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
 
        * filename_cmp.c: New file.
 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
 
        * filename_cmp.c: New file.
index 5e12c82..d2052b4 100644 (file)
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif