summaryrefslogtreecommitdiff
path: root/print.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-15 01:04:15 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-15 01:04:15 +0000
commit0813f5229d48b9a0ed3dec5438db338dae71dfd9 (patch)
tree3133d95d39d7bd77a4c83f371013ae29f474b6ab /print.c
parentfd78790af2a87e999b0f01d1c8f8ecce849a2384 (diff)
Add #include <config.h> for modularization.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
Diffstat (limited to 'print.c')
-rw-r--r--print.c3
1 files changed, 3 insertions, 0 deletions
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 <config.h>
+#endif
#include "xlogo.h"
#include "Logo.h"
#include "print.h"