* budemang.c: Include string.h.

This commit is contained in:
Alan Modra 2002-07-20 14:00:47 +00:00
parent 25844aaec2
commit 2c205ff2b0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-07-20 Alan Modra <amodra@bigpond.net.au>
* budemang.c: Include string.h.
2002-07-18 Denis Chertykov <denisc@overta.ru>
Frank Ch. Eigler <fche@redhat.com>

View File

@ -19,6 +19,7 @@
02111-1307, USA. */
#include <stdlib.h>
#include <string.h>
#include "bfd.h"
#include "libiberty.h"
#include "demangle.h"