summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-11-06 23:48:53 +0000
committerderaadt <deraadt@openbsd.org>1997-11-06 23:48:53 +0000
commit0fb89fe1be72f3e936d27fe49726501dfe35a521 (patch)
treecaa125a985ba971da26d720a0e00c9ca00771348
parentSmall fix to compile with DEBUG (diff)
downloadwireguard-openbsd-0fb89fe1be72f3e936d27fe49726501dfe35a521.tar.xz
wireguard-openbsd-0fb89fe1be72f3e936d27fe49726501dfe35a521.zip
param.h, niklas
-rw-r--r--sys/arch/alpha/alpha/db_disasm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/db_disasm.c b/sys/arch/alpha/alpha/db_disasm.c
index 28b1aedd511..5420767c7d7 100644
--- a/sys/arch/alpha/alpha/db_disasm.c
+++ b/sys/arch/alpha/alpha/db_disasm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_disasm.c,v 1.11 1997/07/23 23:26:50 niklas Exp $ */
+/* $OpenBSD: db_disasm.c,v 1.12 1997/11/06 23:48:53 deraadt Exp $ */
/*
* Copyright (c) 1997 Niklas Hallqvist. All rights reserverd.
@@ -31,7 +31,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h>