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