summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/include
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2020-09-11 09:27:11 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2020-09-11 09:27:11 +0000
commit8f1a6a7211ff35ffce60e48cc94ef59b24974973 (patch)
tree851417f08e964fdcf2e2798059e6c6a72b260f1d /sys/dev/pci/drm/include
parent609b28f554debaa391848738eae980643560eb2e (diff)
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
The header is being pulled via db_machdep.h -> uvm_extern.h -> uvm_map.h
Diffstat (limited to 'sys/dev/pci/drm/include')
-rw-r--r--sys/dev/pci/drm/include/asm/set_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/include/asm/set_memory.h b/sys/dev/pci/drm/include/asm/set_memory.h
index 5fced579566..9a56ad27e05 100644
--- a/sys/dev/pci/drm/include/asm/set_memory.h
+++ b/sys/dev/pci/drm/include/asm/set_memory.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: set_memory.h,v 1.2 2020/06/08 04:48:14 jsg Exp $ */
+/* $OpenBSD: set_memory.h,v 1.3 2020/09/11 09:27:10 mpi Exp $ */
/*
* Copyright (c) 2013, 2014, 2015 Mark Kettenis
*
@@ -18,6 +18,7 @@
#ifndef _ASM_SET_MEMORY_H
#define _ASM_SET_MEMORY_H
+#include <sys/systm.h>
#include <sys/atomic.h>
#include <sys/param.h> /* for PAGE_SIZE on i386 */