head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @ * @; 1.1 date 2026.06.18.16.07.13; author nia; state Exp; branches; next ; commitid 25UN9GUWoTk0uiKG; desc @@ 1.1 log @xps: Various build fixes for GCC 14. Include config.h before any #if checks are done, so that they actually pass. This is necessary so that stdlib.h gets correctly included, otherwise it implicitly declares loadavg(3) and fails to build with a modern compiler. @ text @$NetBSD$ Include config.h before any #if checks are done, so that they actually pass. This is necessary so that stdlib.h gets correctly included, otherwise it implicitly declares loadavg(3) and fails to build with a modern compiler. --- src/NetBSD/loadavg.c.orig 2026-06-18 16:00:02.062571046 +0000 +++ src/NetBSD/loadavg.c @@@@ -3,2 +3,3 @@@@ */ +#include "config.h" #include "loadavg.h" @