aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2018-05-22 05:21:53 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2018-05-22 05:21:53 +0000
commit2d03aa5999741764152479a470300de3c3c0b580 (patch)
tree232f80775d59a3fcc8b8757553ea4d92e83bc5a8 /usr.sbin
parent137fd41bd9f290096ba7981c81ab9c98f625c447 (diff)
downloadsrc-2d03aa5999741764152479a470300de3c3c0b580.tar.gz
src-2d03aa5999741764152479a470300de3c3c0b580.zip
Include atkbdc header where there are declared the prototype functions
atkbdc_event and atkbdc_init. MFC after: 4 weeks. Sponsored by: iXsystems Inc.
Notes
Notes: svn path=/head/; revision=334019
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/atkbdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/atkbdc.c b/usr.sbin/bhyve/atkbdc.c
index 8e71b0507cab..58d270d1194a 100644
--- a/usr.sbin/bhyve/atkbdc.c
+++ b/usr.sbin/bhyve/atkbdc.c
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <pthread_np.h>
#include "acpi.h"
+#include "atkbdc.h"
#include "inout.h"
#include "pci_emul.h"
#include "pci_irq.h"