diff options
Diffstat (limited to 'RenderLogo.c')
-rw-r--r-- | RenderLogo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RenderLogo.c b/RenderLogo.c index 2075f85..886826d 100644 --- a/RenderLogo.c +++ b/RenderLogo.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/programs/xlogo/RenderLogo.c,v 1.3tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <X11/Xlib.h> |