diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-19 01:08:38 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-19 01:08:38 +0000 |
commit | 77c36070dd3e132020f47f2a1e6cb5fd7a377b46 (patch) | |
tree | 8c122bfbe86ef12b401ae2ad28a2c52130b3ba7c | |
parent | 9de7c1fc8d7aeb8114257bf689f753b2b42e573c (diff) | |
download | gdb-77c36070dd3e132020f47f2a1e6cb5fd7a377b46.zip gdb-77c36070dd3e132020f47f2a1e6cb5fd7a377b46.tar.gz gdb-77c36070dd3e132020f47f2a1e6cb5fd7a377b46.tar.bz2 |
Include string.h.
-rw-r--r-- | gas/config/ho-sysv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h index 9ec2f2b..ba69558 100644 --- a/gas/config/ho-sysv.h +++ b/gas/config/ho-sysv.h @@ -17,6 +17,7 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <string.h> extern int free (); extern char *malloc (); |