diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:47 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:47 +0000 |
commit | e1d2976d470498e4089f3d9efc21075ef3e83e65 (patch) | |
tree | fb209904dbafffb2451f328acf8c26e83bb80fab /grid.c | |
parent | 6549707c976bf68cb56f8b807196c7ad848bdfe4 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGE
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* + * $XdotOrg: xc/programs/xfd/grid.c,v 1.1.4.2.4.1 2004/03/04 17:49:04 eich Exp $ * $Xorg: grid.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ * * @@ -33,6 +34,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/StringDefs.h> #include <X11/Xaw/SimpleP.h> #include <X11/Xmu/Converters.h> +#include <X11/Xos.h> #include "gridP.h" #ifdef XKB |