From: mvs Date: Sun, 11 Aug 2024 21:07:05 +0000 (+0000) Subject: Add missing refcnt.h header to fix libkvm build. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6f961ae6dece84b4b503ea0c6039839e885e9dee;p=openbsd Add missing refcnt.h header to fix libkvm build. Reported and ok tb. --- 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