Module Name: xsrc
Committed By: christos
Date: Sun May 22 15:54:37 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-crime/dist/src: crime_accel.c
Log Message:
add more missing includes.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 \
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.14 xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.15
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.14 Sat May 21 11:03:24 2011
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c Sun May 22 11:54:37 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_accel.c,v 1.14 2011/05/21 15:03:24 christos Exp $ */
+/* $NetBSD: crime_accel.c,v 1.15 2011/05/22 15:54:37 christos Exp $ */
/*
* Copyright (c) 2008 Michael Lorenz
* All rights reserved.
@@ -36,8 +36,10 @@
#include "xaalocal.h"
#include "xaa.h"
#include "fb.h"
+#include "fbpict.h"
#include "mi.h"
#include "mipict.h"
+#include "mizerarc.h"
uint32_t regcache[0x1000];