Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2011 09:46:10 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220275 - head/sys/modules/ath_pci
Message-ID:  <201104020946.p329kAlp077561@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Apr  2 09:46:09 2011
New Revision: 220275
URL: http://svn.freebsd.org/changeset/base/220275

Log:
  Add missing include.
  
  Reported by: Ulrich Sporlein <uqs@spoerlein.net>

Modified:
  head/sys/modules/ath_pci/Makefile

Modified: head/sys/modules/ath_pci/Makefile
==============================================================================
--- head/sys/modules/ath_pci/Makefile	Sat Apr  2 09:34:33 2011	(r220274)
+++ head/sys/modules/ath_pci/Makefile	Sat Apr  2 09:46:09 2011	(r220275)
@@ -34,7 +34,7 @@
 
 KMOD=	if_ath_pci
 SRCS=	if_ath_pci.c
-SRCS+=	device_if.h bus_if.h pci_if.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_ah.h
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
 



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