diff options
Diffstat (limited to 'Logo.c')
-rw-r--r-- | Logo.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $XdotOrg: Logo.c,v 1.4 2001/02/09 02:05:54 xorgcvs Exp $ */ +/* $XdotOrg: xc/programs/xlogo/Logo.c,v 1.2 2004/04/23 19:54:57 eich Exp $ */ /* $Xorg: Logo.c,v 1.4 2001/02/09 02:05:54 xorgcvs Exp $ */ /* @@ -29,6 +29,9 @@ from The Open Group. */ /* $XFree86: xc/programs/xlogo/Logo.c,v 1.6 2002/05/23 23:53:59 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/StringDefs.h> #include <X11/IntrinsicP.h> #include <X11/Xmu/Drawing.h> |