From d68f75c44d26738885919fbf1754833dbc3600a4 Mon Sep 17 00:00:00 2001 From: Michael Tiemann Date: Tue, 11 Feb 1992 10:34:03 +0000 Subject: [PATCH] #include before so that when we compile with GCC, the compiler does not stumble over `size_t', `ptrdiff_t', and `wchar_t'. Also note that the comment in says that we have to #include before including when on a sun. --- gas/config/ho-sunos.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 180263245d8..ef4b3cb154e 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -9,6 +9,9 @@ #else extern int memset(); #endif + +/* #include before when compiling by GCC. */ +#include #include #include #include -- 2.30.2