From: jsg Date: Mon, 7 Oct 2024 01:31:22 +0000 (+0000) Subject: include proc.h to fix APMDEBUG build X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=74bed498c2c0d1c9fbb17a66c30f90c771928d43;p=openbsd include proc.h to fix APMDEBUG build --- diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 80abd4408f6..0516793c68f 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.132 2023/07/02 19:02:27 cheloha Exp $ */ +/* $OpenBSD: apm.c,v 1.133 2024/10/07 01:31:22 jsg Exp $ */ /*- * Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved. @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include