head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.4 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.03.23.10.47.18; author nia; state Exp; branches; next ; commitid 4QbSapSVYffQv5zG; desc @@ 1.1 log @xdialog: Fix building with recent GCC @ text @$NetBSD$ Make sure the test for "ANSI C headers" actually conforms to ANSI C. Fixes build with modern GCC. --- configure.orig 2026-03-23 10:24:05.009456817 +0000 +++ configure @@@@ -5126,6 +5126,7 @@@@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @