aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-04-19 01:08:38 +0000
committerKen Raeburn <raeburn@cygnus>1994-04-19 01:08:38 +0000
commit77c36070dd3e132020f47f2a1e6cb5fd7a377b46 (patch)
tree8c122bfbe86ef12b401ae2ad28a2c52130b3ba7c
parent9de7c1fc8d7aeb8114257bf689f753b2b42e573c (diff)
downloadgdb-77c36070dd3e132020f47f2a1e6cb5fd7a377b46.zip
gdb-77c36070dd3e132020f47f2a1e6cb5fd7a377b46.tar.gz
gdb-77c36070dd3e132020f47f2a1e6cb5fd7a377b46.tar.bz2
Include string.h.
-rw-r--r--gas/config/ho-sysv.h1
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 ();