diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 413d3d109c..81c067c2de 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -4,10 +4,10 @@ #define NO_STDARG #endif /* not __STDC__ */ -#ifndef __GNUC__ -#ifndef __STDC__ +#if !defined(__GNUC__) & !defined(__STDC__) #include -#endif +#else +extern int memset(); #endif #include