summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:13 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:13 +0000
commit8f71071ec06b471378321afe3980cb80de111621 (patch)
treeee7bec9a7b2ed76419ae31ff6436a11cd9a76273
parentd2835ed1c92ed5504455831e861a33b9ebedee7e (diff)
Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16
HAS_MKSTEMP defined in modular builds.
-rw-r--r--Dvi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dvi.c b/Dvi.c
index 45e6322..75d127f 100644
--- a/Dvi.c
+++ b/Dvi.c
@@ -1,4 +1,5 @@
/* $XConsortium: Dvi.c,v 1.21 94/04/17 20:43:34 keith Exp $ */
+/* $XdotOrg: $ */
/*
Copyright (c) 1991 X Consortium
@@ -35,6 +36,10 @@ from the X Consortium.
* Dvi.c - Dvi display widget
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#define XtStrlen(s) ((s) ? strlen(s) : 0)
/* The following are defined for the reader's convenience. Any