summaryrefslogtreecommitdiff
path: root/Logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Logo.c')
-rw-r--r--Logo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Logo.c b/Logo.c
index f4e738a..8ce15f6 100644
--- a/Logo.c
+++ b/Logo.c
@@ -26,13 +26,14 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xlogo/Logo.c,v 1.6 2002/05/23 23:53:59 keithp Exp $ */
+/* $XFree86: xc/programs/xlogo/Logo.c,v 1.7 2003/12/19 02:05:40 dawes Exp $ */
#include <X11/StringDefs.h>
#include <X11/IntrinsicP.h>
#include <X11/Xmu/Drawing.h>
#include "LogoP.h"
#include <X11/extensions/shape.h>
+#include <X11/Xos.h>
#ifdef XRENDER
#include "RenderLogo.h"