Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2018 05:21:54 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334019 - head/usr.sbin/bhyve
Message-ID:  <201805220521.w4M5LsnR058540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805220521.w4M5LsnR058540>