Author: araujo
Date: Tue May 22 05:21:53 2018
New Revision: 334019
URL: https://svnweb.freebsd.org/changeset/base/334019
Log:
Include atkbdc header where there are declared the prototype functions
atkbdc_event and atkbdc_init.
MFC after: 4 weeks.
Sponsored by: iXsystems Inc.
Modified:
head/usr.sbin/bhyve/atkbdc.c
Modified: head/usr.sbin/bhyve/atkbdc.c
==============================================================================
--- head/usr.sbin/bhyve/atkbdc.c Tue May 22 05:09:33 2018
(r334018)
+++ head/usr.sbin/bhyve/atkbdc.c Tue May 22 05:21:53 2018
(r334019)
@@ -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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"