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