diff options
author | 2013-06-13 13:42:12 +0000 | |
---|---|---|
committer | 2013-06-13 13:42:12 +0000 | |
commit | ef31cd5f68fffe1d81ad1520883f26b79c3644f7 (patch) | |
tree | c924de4154b6533aeeba83112f3899ec326911f8 /sys | |
parent | Merge two blocks where we drop the packet to reduce the differences with (diff) | |
download | wireguard-openbsd-ef31cd5f68fffe1d81ad1520883f26b79c3644f7.tar.xz wireguard-openbsd-ef31cd5f68fffe1d81ad1520883f26b79c3644f7.zip |
Add missing '#include "fuse.h"' in previous change.
ok miod@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/luna88k/luna88k/conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/luna88k/luna88k/conf.c b/sys/arch/luna88k/luna88k/conf.c index b9aa86dd402..cec1e05409e 100644 --- a/sys/arch/luna88k/luna88k/conf.c +++ b/sys/arch/luna88k/luna88k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.19 2013/06/03 17:33:58 tedu Exp $ */ +/* $OpenBSD: conf.c,v 1.20 2013/06/13 13:42:12 aoyama Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -66,6 +66,7 @@ #include "systrace.h" #include "vscsi.h" #include "pppx.h" +#include "fuse.h" struct bdevsw bdevsw[] = { |