diff options
author | msmith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-08-21 22:10:49 +0000 |
commit | 0da24050bf099d1e4d5d58f656d4b2aaa082efa9 (patch) | |
tree | 22db1a3b7292b26dbd94492f934da7198720d087 /sys/pci/if_fpa.c | |
parent | f1ca67e0d8e4dc83d198e624bbbf8c52dedb309c (diff) | |
download | FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.zip FreeBSD-src-0da24050bf099d1e4d5d58f656d4b2aaa082efa9.tar.gz |
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
minute. This should cover all of the missed cases (and should let LINT
build again).
Diffstat (limited to 'sys/pci/if_fpa.c')
-rw-r--r-- | sys/pci/if_fpa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_fpa.c b/sys/pci/if_fpa.c index 57bc72d..7d816b8 100644 --- a/sys/pci/if_fpa.c +++ b/sys/pci/if_fpa.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_fpa.c,v 1.10 1999/05/09 17:06:54 peter Exp $ + * $Id: if_fpa.c,v 1.11 1999/08/21 06:24:34 msmith Exp $ * */ @@ -42,6 +42,7 @@ #if defined(__FreeBSD__) #include "fpa.h" +#include <sys/eventhandler.h> #include <net/ethernet.h> #include <net/if_arp.h> #include <pci/pcivar.h> |