diff options
Diffstat (limited to 'setvalues.c')
-rw-r--r-- | setvalues.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setvalues.c b/setvalues.c index 95df80b..640f4fa 100644 --- a/setvalues.c +++ b/setvalues.c @@ -25,6 +25,10 @@ in this Software without prior written authorization from The Open Group. * Author: Chris D. Peterson, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Xresource.h> |