diff options
Diffstat (limited to 'src/Resources.c')
-rw-r--r-- | src/Resources.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Resources.c b/src/Resources.c index 9b826d5..7da7d90 100644 --- a/src/Resources.c +++ b/src/Resources.c @@ -62,6 +62,9 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/lib/Xt/Resources.c,v 1.11tsi Exp $ */ /*LINTLIBRARY*/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "VarargsI.h" #include "Shell.h" |