From 8dbdf6eec6e54af75090ebe84a3b936b36fb8de3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 10 May 1999 14:12:26 +0000 Subject: [PATCH] #include "pci.h" for the build dir, not --- sys/dev/de/if_de.c | 4 ++-- sys/pci/if_de.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index fef317c19fe..3cd9f1d84ec 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.82 1999/02/28 17:08:51 explorer Exp $ */ -/* $Id: if_de.c,v 1.104 1999/05/03 09:36:29 dfr Exp $ */ +/* $Id: if_de.c,v 1.105 1999/05/09 17:06:49 peter Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -118,7 +118,7 @@ #if defined(__FreeBSD__) #include #include -#include +#include "pci.h" #if NPCI > 0 #include #include diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index fef317c19fe..3cd9f1d84ec 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -1,5 +1,5 @@ /* $NetBSD: if_de.c,v 1.82 1999/02/28 17:08:51 explorer Exp $ */ -/* $Id: if_de.c,v 1.104 1999/05/03 09:36:29 dfr Exp $ */ +/* $Id: if_de.c,v 1.105 1999/05/09 17:06:49 peter Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) @@ -118,7 +118,7 @@ #if defined(__FreeBSD__) #include #include -#include +#include "pci.h" #if NPCI > 0 #include #include