Module Name:    xsrc
Committed By:   christos
Date:           Fri May 20 01:49:48 UTC 2011

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

Log Message:
add missing include


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/external/mit/xf86-video-crime/dist/src/crime_cursor.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_cursor.c
diff -u xsrc/external/mit/xf86-video-crime/dist/src/crime_cursor.c:1.2 xsrc/external/mit/xf86-video-crime/dist/src/crime_cursor.c:1.3
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_cursor.c:1.2	Wed Jun 24 20:58:46 2009
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_cursor.c	Thu May 19 21:49:48 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_cursor.c,v 1.2 2009/06/25 00:58:46 macallan Exp $ */
+/* $NetBSD: crime_cursor.c,v 1.3 2011/05/20 01:49:48 christos Exp $ */
 /*
  * Copyright (c) 2008 Michael Lorenz
  * All rights reserved.
@@ -40,6 +40,7 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/endian.h>
+#include <sys/ioctl.h>
 #include <dev/wscons/wsconsio.h>
 #include <errno.h>
 

Reply via email to