From 0813f5229d48b9a0ed3dec5438db338dae71dfd9 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 15 Oct 2005 01:04:15 +0000 Subject: Add #include for modularization. --- Logo.c | 5 ++++- RenderLogo.c | 3 +++ print.c | 3 +++ xlogo.c | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Logo.c b/Logo.c index 0ef8752..99d2153 100644 --- a/Logo.c +++ b/Logo.c @@ -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 +#endif #include #include #include 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 +#endif #include #include diff --git a/print.c b/print.c index 2826ac2..80053c9 100644 --- a/print.c +++ b/print.c @@ -25,6 +25,9 @@ in this Software without prior written authorization from The Open Group. * */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "xlogo.h" #include "Logo.h" #include "print.h" diff --git a/xlogo.c b/xlogo.c index b5b91b9..2df8a0d 100644 --- a/xlogo.c +++ b/xlogo.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/programs/xlogo/xlogo.c,v 3.7 2001/07/25 15:05:26 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include #include -- cgit v1.2.3