aboutsummaryrefslogtreecommitdiff
path: root/libiberty/filename_cmp.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2007-04-02 11:21:23 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2007-04-02 11:21:23 +0000
commit320fc205e192e187d5229a6ec121a09e5563f9b6 (patch)
tree51ccab677e60b7063261fdec5625d5d5c93f63fb /libiberty/filename_cmp.c
parentbe1088fa6a41636642119ca4d3e231d112daf578 (diff)
downloadgcc-320fc205e192e187d5229a6ec121a09e5563f9b6.zip
gcc-320fc205e192e187d5229a6ec121a09e5563f9b6.tar.gz
gcc-320fc205e192e187d5229a6ec121a09e5563f9b6.tar.bz2
* filename_cmp.c: Include "config.h".
From-SVN: r123425
Diffstat (limited to 'libiberty/filename_cmp.c')
-rw-r--r--libiberty/filename_cmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/filename_cmp.c b/libiberty/filename_cmp.c
index 5e12c82..d2052b4 100644
--- a/libiberty/filename_cmp.c
+++ b/libiberty/filename_cmp.c
@@ -16,6 +16,10 @@
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