summaryrefslogtreecommitdiff
path: root/libiberty/filename_cmp.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2007-04-02 11:20:52 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2007-04-02 11:20:52 +0000
commit85ed322565f54afd224559f5c7ae3be5bc92ca06 (patch)
tree9b3b46ded798a645e112c3e476118bd10a4d287d /libiberty/filename_cmp.c
parent07a6886eb533f7dda7828d5231cddd7d84799d35 (diff)
downloadbinutils-redhat-85ed322565f54afd224559f5c7ae3be5bc92ca06.tar.gz
* filename_cmp.c: Include "config.h".
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 5e12c82ca4..d2052b4871 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