Module Name:    xsrc
Committed By:   christos
Date:           Sat May 21 15:03:24 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-crime/dist/src: crime_accel.c

Log Message:
add missing includes


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c

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

Modified files:

Index: xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c
diff -u xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.13 xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.14
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.13	Tue Oct 20 23:28:40 2009
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c	Sat May 21 11:03:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_accel.c,v 1.13 2009/10/21 03:28:40 macallan Exp $ */
+/* $NetBSD: crime_accel.c,v 1.14 2011/05/21 15:03:24 christos Exp $ */
 /*
  * Copyright (c) 2008 Michael Lorenz
  * All rights reserved.
@@ -35,6 +35,8 @@
 #include "picturestr.h"
 #include "xaalocal.h"
 #include "xaa.h"
+#include "fb.h"
+#include "mi.h"
 #include "mipict.h"
 
 uint32_t regcache[0x1000];

Reply via email to