From 6f961ae6dece84b4b503ea0c6039839e885e9dee Mon Sep 17 00:00:00 2001 From: mvs Date: Sun, 11 Aug 2024 21:07:05 +0000 Subject: [PATCH] Add missing refcnt.h header to fix libkvm build. Reported and ok tb. --- sys/sys/proc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index ad025b1da15..79f25fdf33e 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.368 2024/08/11 15:10:53 mvs Exp $ */ +/* $OpenBSD: proc.h,v 1.369 2024/08/11 21:07:05 mvs Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -50,6 +50,7 @@ #include /* For struct rusage */ #include /* For struct rwlock */ #include /* For struct sigio */ +#include /* For struct refcnt */ #ifdef _KERNEL #include -- 2.20.1