Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 20:45:20 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36545 for review
Message-ID:  <200308210345.h7L3jKiJ023233@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36545

Change 36545 by marcel@marcel_nfs on 2003/08/20 20:44:26

	Fix build on alpha after the last integ: we need to include
	<machine/md_var.h> for the MD declarations.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_cpu_alpha.c#3 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_cpu_alpha.c#3 (text+ko) ====

@@ -33,6 +33,7 @@
 #include <sys/reboot.h>
 
 #include <machine/bus.h>
+#include <machine/md_var.h>
 #include <machine/rpb.h>
 
 #include <dev/uart/uart.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308210345.h7L3jKiJ023233>