summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-09 08:34:01 +0000
committerderaadt <deraadt@openbsd.org>2014-07-09 08:34:01 +0000
commitf119bcc40a117ef5aedcf0f3390b9475433725ff (patch)
treee6b1803ff822f9e3b518019e605df334716f5ee1
parentpull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assume (diff)
downloadwireguard-openbsd-f119bcc40a117ef5aedcf0f3390b9475433725ff.tar.xz
wireguard-openbsd-f119bcc40a117ef5aedcf0f3390b9475433725ff.zip
if you use sysctl, you need sysctl.h
-rw-r--r--sys/arch/macppc/macppc/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c
index 054a9371c8a..99d6462720f 100644
--- a/sys/arch/macppc/macppc/machdep.c
+++ b/sys/arch/macppc/macppc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.152 2014/05/31 15:49:28 mpi Exp $ */
+/* $OpenBSD: machdep.c,v 1.153 2014/07/09 08:34:01 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -40,6 +40,7 @@
#include <sys/mbuf.h>
#include <sys/mount.h>
#include <sys/msgbuf.h>
+#include <sys/sysctl.h>
#include <sys/proc.h>
#include <sys/signalvar.h>
#include <sys/reboot.h>