diff options
Diffstat (limited to 'src/Alloc.c')
-rw-r--r-- | src/Alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Alloc.c b/src/Alloc.c index ebcfdb7..1312db2 100644 --- a/src/Alloc.c +++ b/src/Alloc.c @@ -66,6 +66,9 @@ in this Software without prior written authorization from The Open Group. * Uses Xlib memory management, which is spec'd to be re-entrant. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "InitialI.h" #undef _XBCOPYFUNC |