head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.06.24.14.11.22; author wiz; state Exp; branches; next ; commitid vvlGoyaQ7M8wE3LG; desc @@ 1.1 log @cpuid: fix build on -current @ text @$NetBSD$ Add missing header for exit(). --- cpuid.c.orig 2026-06-24 14:10:21.747416612 +0000 +++ cpuid.c @@@@ -14,6 +14,7 @@@@ */ #include +#include void decode_intel_tlb(int); void decode_cyrix_tlb(int); @