head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.09.22.08.05.41; author ryoon; state Exp; branches; next ; commitid CrkFRYaBW61GJAWG; desc @@ 1.1 log @sysutils/cdrkit: Fix build with GCC 14 * Add missing includes. @ text @$NetBSD$ --- librols/spawn.c.orig 2026-08-22 08:55:54.265515333 +0000 +++ librols/spawn.c @@@@ -44,6 +44,7 @@@@ #include #include #include +#include #define MAX_F_ARGS 16 @