summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-06-27 13:24:39 +0000
committermiod <miod@openbsd.org>2010-06-27 13:24:39 +0000
commitdb267951eacadb19f00d374b23d75a7f10e4d53a (patch)
tree6120bab3dfc8d3306e829f2a90cfb559ea459aab /sys
parentBunch of include adjustements to restore compilability. (diff)
downloadwireguard-openbsd-db267951eacadb19f00d374b23d75a7f10e4d53a.tar.xz
wireguard-openbsd-db267951eacadb19f00d374b23d75a7f10e4d53a.zip
one more include shuffle
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/loongson/loongson/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/machdep.c b/sys/arch/loongson/loongson/machdep.c
index 9bb545d41f5..5af4db17263 100644
--- a/sys/arch/loongson/loongson/machdep.c
+++ b/sys/arch/loongson/loongson/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.21 2010/06/27 03:03:48 thib Exp $ */
+/* $OpenBSD: machdep.c,v 1.22 2010/06/27 13:24:39 miod Exp $ */
/*
* Copyright (c) 2009, 2010 Miodrag Vallat.
@@ -63,7 +63,7 @@
#include <sys/sem.h>
#endif
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#include <machine/db_machdep.h>
#include <ddb/db_interface.h>