diff options
Diffstat (limited to 'src/GetValues.c')
-rw-r--r-- | src/GetValues.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GetValues.c b/src/GetValues.c index 73ab7b1..f6b8e1f 100644 --- a/src/GetValues.c +++ b/src/GetValues.c @@ -61,6 +61,9 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/Xt/GetValues.c,v 1.2 2001/08/22 22:52:18 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "StringDefs.h" |