From 0f8facb49b45a711fa7832c68260a5b45b362922 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Oct 2000 11:12:34 +0000 Subject: added memory debugging include file --- lib/base64.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/base64.c') diff --git a/lib/base64.c b/lib/base64.c index c67650eb3..16423e6d2 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -38,6 +38,11 @@ #include #include "base64.h" +/* The last #include file should be: */ +#ifdef MALLOCDEBUG +#include "memdebug.h" +#endif + static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; static int pos(char c) -- cgit v1.2.3