From e6ccae0ac0d53cfa9099d62fada050ee87d4d0ad Mon Sep 17 00:00:00 2001 From: Gaius Mulley Date: Thu, 16 Mar 2023 21:50:02 +0000 Subject: [PATCH] [modula2] Add missing stdbool to testcode The type bool is now used to represent BOOLEAN. The C source must now include . gcc/testsuite/ChangeLog: * gm2/types/run/pass/d.c: Add missing include . Signed-off-by: Gaius Mulley --- gcc/testsuite/gm2/types/run/pass/d.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/testsuite/gm2/types/run/pass/d.c b/gcc/testsuite/gm2/types/run/pass/d.c index 31d497d121e..36eea84df4c 100644 --- a/gcc/testsuite/gm2/types/run/pass/d.c +++ b/gcc/testsuite/gm2/types/run/pass/d.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with gm2; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include + void exit (int); typedef struct {