diff options
-rw-r--r-- | lib/getinfo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/getinfo.c b/lib/getinfo.c index 5fcb6bc00..5be124fff 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -35,6 +35,11 @@ #include <stdlib.h> #endif +/* Make this the last #include */ +#ifdef MALLOCDEBUG +#include "memdebug.h" +#endif + /* * This is supposed to be called in the beginning of a permform() session * and should reset all session-info variables |