diff options
author | Andreas Schwab <schwab@suse.de> | 2007-04-02 11:21:23 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2007-04-02 11:21:23 +0000 |
commit | 320fc205e192e187d5229a6ec121a09e5563f9b6 (patch) | |
tree | 51ccab677e60b7063261fdec5625d5d5c93f63fb /libiberty | |
parent | be1088fa6a41636642119ca4d3e231d112daf578 (diff) | |
download | gcc-320fc205e192e187d5229a6ec121a09e5563f9b6.tar.gz |
* filename_cmp.c: Include "config.h".
From-SVN: r123425
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/filename_cmp.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 006c354c987..f790651748a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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. diff --git a/libiberty/filename_cmp.c b/libiberty/filename_cmp.c index 5e12c82ca41..d2052b48717 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 |