diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:33:13 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:33:13 +0000 |
commit | d8b54eda853db6c2f9b7c312a66a5e9b880eadce (patch) | |
tree | 67212560be35d05caf7cab73e830842c25f3ebd7 /Logo.c | |
parent | f89fab68e29e3a4367e550fa25b75bba433f789d (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 'Logo.c')
-rw-r--r-- | Logo.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/* $XdotOrg: xc/programs/xlogo/Logo.c,v 1.1.4.2.4.1 2004/03/04 17:49:14 eich Exp $ */ /* $Xorg: Logo.c,v 1.4 2001/02/09 02:05:54 xorgcvs Exp $ */ /* @@ -33,6 +34,7 @@ from The Open Group. #include <X11/Xmu/Drawing.h> #include "LogoP.h" #include <X11/extensions/shape.h> +#include <X11/Xos.h> #ifdef XRENDER #include "RenderLogo.h" |