head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.21.14.07.29; author ryoon; state Exp; branches; next ; commitid cGXOGYxUllWlLwOG; desc @@ 1.1 log @lang/moscow_ml: Fix build with GCC 14 * Set LICENSE. * Make pkglint happier. @ text @$NetBSD$ * Fix build with GCC 14. --- src/config/auto-aux/align.c.orig 2026-06-03 12:55:42.373889812 +0000 +++ src/config/auto-aux/align.c @@@@ -1,6 +1,8 @@@@ #include #include #include +#include +#include long foo; @@@@ -93,7 +95,8 @@@@ int speedtest(p) return total; } -main() +int +main(void) { long n[1001]; int speed_aligned, speed_unaligned; @