summaryrefslogtreecommitdiff
path: root/bmtoa.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:12 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:12 +0000
commit55c2178d52dd695a31676bb7b48c1d19b3c77152 (patch)
tree96f94d3c621223cc9ddcf92368d85b9f0fefdbc1 /bmtoa.c
parent40fc1a66cc817dad40851d61011e0a90fa48fe46 (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.
Diffstat (limited to 'bmtoa.c')
-rw-r--r--bmtoa.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bmtoa.c b/bmtoa.c
index 39dfcf9..5ec2f1d 100644
--- a/bmtoa.c
+++ b/bmtoa.c
@@ -1,4 +1,5 @@
/* $Xorg: bmtoa.c,v 1.4 2001/02/09 02:05:28 xorgcvs Exp $ */
+/* $XdotOrg: $ */
/*
Copyright 1988, 1993, 1998 The Open Group
@@ -33,6 +34,10 @@ from The Open Group.
* Author: Jim Fulton, MIT X Consortium
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>