aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-09 11:12:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-09 11:12:34 +0000
commit0f8facb49b45a711fa7832c68260a5b45b362922 (patch)
tree877fa9fabaeb601098cdbb04e48947e34100d8a4 /lib/mprintf.c
parentd49d05bce603313d71f1a2b9904c74ca7b368703 (diff)
added memory debugging include file
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c
index 237a21a9d..7ccbcbf81 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -98,6 +98,10 @@ static const char rcsid[] = "@(#)$Id$";
#include <ctype.h>
#include <string.h>
+/* The last #include file should be: */
+#ifdef MALLOCDEBUG
+#include "memdebug.h"
+#endif
#define BUFFSIZE 256 /* buffer for long-to-str and float-to-str calcs */
#define MAX_PARAMETERS 128 /* lame static limit */