summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-10 14:12:26 +0000
committerpeter <peter@FreeBSD.org>1999-05-10 14:12:26 +0000
commitccd104020f10912c58d3e0489fcdb78abe3f961a (patch)
tree825a714aaa326beb5e527217151f2a31ef699f5b /sys/dev/de
parent24c9203db7394212a5d855f6427d855b41970584 (diff)
downloadFreeBSD-src-ccd104020f10912c58d3e0489fcdb78abe3f961a.zip
FreeBSD-src-ccd104020f10912c58d3e0489fcdb78abe3f961a.tar.gz
#include "pci.h" for the build dir, not <pci.h>
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index fef317c..3cd9f1d 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 <net/if_var.h>
#include <vm/pmap.h>
-#include <pci.h>
+#include "pci.h"
#if NPCI > 0
#include <pci/pcivar.h>
#include <pci/dc21040reg.h>
OpenPOWER on IntegriCloud