* budemang.c: Include string.h.
This commit is contained in:
parent
25844aaec2
commit
2c205ff2b0
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
02111-1307, USA. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "bfd.h"
|
||||
#include "libiberty.h"
|
||||
#include "demangle.h"
|
||||
|
|
Loading…
Reference in a new issue