Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/malta/pci Include <sys/param.h> so that we ...



details:   https://anonhg.NetBSD.org/src/rev/4a9bd79a9090
branches:  trunk
changeset: 537601:4a9bd79a9090
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Oct 03 01:57:24 2002 +0000

description:
Include <sys/param.h> so that we get the defn of NULL.

diffstat:

 sys/arch/evbmips/malta/pci/pchb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bedff379d5e8 -r 4a9bd79a9090 sys/arch/evbmips/malta/pci/pchb.c
--- a/sys/arch/evbmips/malta/pci/pchb.c Thu Oct 03 01:42:43 2002 +0000
+++ b/sys/arch/evbmips/malta/pci/pchb.c Thu Oct 03 01:57:24 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pchb.c,v 1.4 2002/10/02 15:45:18 thorpej Exp $ */
+/*     $NetBSD: pchb.c,v 1.5 2002/10/03 01:57:24 thorpej Exp $ */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -35,7 +35,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/types.h>
+#include <sys/param.h>
 #include <sys/device.h>
 
 #include <dev/pci/pcivar.h>



Home | Main Index | Thread Index | Old Index