From 5cf89596e765c8187cd1dc221636313296a086f6 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sun, 1 Sep 1991 23:36:56 +0000 Subject: [PATCH] Patch around gcc builtin memory functions. --- gas/config/ho-sunos.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 5d920f6e5be..413d3d109c2 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -4,7 +4,11 @@ #define NO_STDARG #endif /* not __STDC__ */ +#ifndef __GNUC__ +#ifndef __STDC__ #include +#endif +#endif #include #include -- 2.30.2