diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 22:07:12 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 22:07:12 +0000 |
commit | 55c2178d52dd695a31676bb7b48c1d19b3c77152 (patch) | |
tree | 96f94d3c621223cc9ddcf92368d85b9f0fefdbc1 | |
parent | 40fc1a66cc817dad40851d61011e0a90fa48fe46 (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-- | bmtoa.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |