From: Gaius Mulley Date: Thu, 16 Mar 2023 21:50:02 +0000 (+0000) Subject: [modula2] Add missing stdbool to testcode X-Git-Tag: basepoints/gcc-14~487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ccae0ac0d53cfa9099d62fada050ee87d4d0ad;p=thirdparty%2Fgcc.git [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 --- diff --git a/gcc/testsuite/gm2/types/run/pass/d.c b/gcc/testsuite/gm2/types/run/pass/d.c index 31d497d121e8..36eea84df4cf 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 {