From cbcf557273a59375645695d3ca605552e83874d6 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 5 Apr 1993 18:00:40 +0000 Subject: [PATCH] include string.h --- gas/config/ho-generic.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2