PERFORCE change 36545 for review

Marcel Moolenaar marcel at FreeBSD.org
Wed Aug 20 20:45:22 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=36545

Change 36545 by marcel at 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>


More information about the p4-projects mailing list