From: Ken Raeburn Date: Mon, 5 Apr 1993 18:00:40 +0000 (+0000) Subject: include string.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbcf557273a59375645695d3ca605552e83874d6;p=binutils-gdb.git include string.h --- diff --git a/gas/config/ho-generic.h b/gas/config/ho-generic.h index 967603fef3e..1d0d99f766c 100644 --- a/gas/config/ho-generic.h +++ b/gas/config/ho-generic.h @@ -25,6 +25,8 @@ #define HAVE_STRERROR +#include + #ifdef __STDC__ extern void *malloc (), *realloc (); #else