svn commit: r334019 - head/usr.sbin/bhyve

Marcelo Araujo araujo at FreeBSD.org
Tue May 22 05:21:55 UTC 2018


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"


More information about the svn-src-head mailing list