diff options
Diffstat (limited to 'sys/dev/ic/psp.c')
-rw-r--r-- | sys/dev/ic/psp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/psp.c b/sys/dev/ic/psp.c index 0eba7ad4d28..6f3a6519c61 100644 --- a/sys/dev/ic/psp.c +++ b/sys/dev/ic/psp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: psp.c,v 1.13 2024/11/09 11:47:47 bluhm Exp $ */ +/* $OpenBSD: psp.c,v 1.14 2024/11/10 06:51:59 jsg Exp $ */ /* * Copyright (c) 2023, 2024 Hans-Joerg Hoexer <hshoexer@genua.de> @@ -27,7 +27,7 @@ #include <machine/bus.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <crypto/xform.h> #include <dev/ic/ccpvar.h> |