diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-15 01:04:15 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-15 01:04:15 +0000 |
commit | 0813f5229d48b9a0ed3dec5438db338dae71dfd9 (patch) | |
tree | 3133d95d39d7bd77a4c83f371013ae29f474b6ab /xlogo.c | |
parent | fd78790af2a87e999b0f01d1c8f8ecce849a2384 (diff) |
Add #include <config.h> for modularization.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
Diffstat (limited to 'xlogo.c')
-rw-r--r-- | xlogo.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 <config.h> +#endif #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Shell.h> |