Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci need uvm_extern.h for a function definition



details:   https://anonhg.NetBSD.org/src/rev/67416d68a947
branches:  trunk
changeset: 494049:67416d68a947
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Fri Jun 30 00:01:22 2000 +0000

description:
need uvm_extern.h for a function definition

diffstat:

 sys/dev/pci/tga.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fe763c9d9948 -r 67416d68a947 sys/dev/pci/tga.c
--- a/sys/dev/pci/tga.c Fri Jun 30 00:00:26 2000 +0000
+++ b/sys/dev/pci/tga.c Fri Jun 30 00:01:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tga.c,v 1.27 2000/06/28 16:08:50 mrg Exp $ */
+/* $NetBSD: tga.c,v 1.28 2000/06/30 00:01:22 mjacob Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -53,6 +53,7 @@
 #include <dev/wscons/wscons_raster.h>
 #include <dev/rasops/rasops.h>
 #include <dev/wsfont/wsfont.h>
+#include <uvm/uvm_extern.h>
 
 #ifdef __alpha__
 #include <machine/pte.h>



Home | Main Index | Thread Index | Old Index