Module Name:    xsrc
Committed By:   christos
Date:           Mon May 23 18:48:45 UTC 2011

Modified Files:
        xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha: alphaInit.c

Log Message:
need err.h for warn


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c:1.2	Sun Mar 27 19:08:16 2005
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaInit.c	Mon May 23 14:48:44 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: alphaInit.c,v 1.2 2005/03/28 00:08:16 tron Exp $ */
+/* $NetBSD: alphaInit.c,v 1.3 2011/05/23 18:48:44 christos Exp $ */
 
 #include    "alpha.h"
 #include    "gcstruct.h"
@@ -7,6 +7,7 @@
 #include    "cfb.h"
 
 #include <stdio.h>
+#include <err.h>
 
 #define TGASUPPORT
 #define SFBSUPPORT

Reply via email to