diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:56 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:55:56 +0000 |
commit | 4bcf61534221f70622392f8095e39a35665d3893 (patch) | |
tree | a09440eeb606f03c2b441e01e404c93b4f37c1cc /grid.c | |
parent | 7a16b3e2dd3ea817f2ae503c9242eea27989e47d (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-012804-2330
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,13 +26,14 @@ in this Software without prior written authorization from The Open Group. * * * Author: Jim Fulton, MIT X Consortium */ -/* $XFree86: xc/programs/xfd/grid.c,v 1.9 2002/07/06 00:46:42 keithp Exp $ */ +/* $XFree86: xc/programs/xfd/grid.c,v 1.10 2003/12/19 02:05:39 dawes Exp $ */ #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> #include <X11/Xaw/SimpleP.h> #include <X11/Xmu/Converters.h> +#include <X11/Xos.h> #include "gridP.h" #ifdef XKB |