diff options
Diffstat (limited to 'ext/tarkin/mem.c')
-rw-r--r-- | ext/tarkin/mem.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/tarkin/mem.c b/ext/tarkin/mem.c index c2cf18c0..2c304b7a 100644 --- a/ext/tarkin/mem.c +++ b/ext/tarkin/mem.c @@ -2,6 +2,9 @@ * Debugging implementation of MALLOC and friends */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "mem.h" |