Module Name:    xsrc
Committed By:   christos
Date:           Sat May 21 15:00:59 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-input-mouse/dist/src: mouse.c

Log Message:
prototype for ioctl


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    xsrc/external/mit/xf86-input-mouse/dist/src/mouse.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-input-mouse/dist/src/mouse.c
diff -u xsrc/external/mit/xf86-input-mouse/dist/src/mouse.c:1.11 xsrc/external/mit/xf86-input-mouse/dist/src/mouse.c:1.12
--- xsrc/external/mit/xf86-input-mouse/dist/src/mouse.c:1.11	Mon Nov 22 02:29:23 2010
+++ xsrc/external/mit/xf86-input-mouse/dist/src/mouse.c	Sat May 21 11:00:58 2011
@@ -73,6 +73,7 @@
 #ifdef __NetBSD__
 #include <time.h>
 #include <dev/wscons/wsconsio.h>
+#include <sys/ioctl.h>
 #endif
 
 #include "compiler.h"

Reply via email to