added memory debugging include file

This commit is contained in:
Daniel Stenberg
2000-10-09 11:12:34 +00:00
parent d49d05bce6
commit 0f8facb49b
14 changed files with 66 additions and 1 deletions

View File

@@ -38,6 +38,11 @@
#include <string.h>
#include "base64.h"
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#include "memdebug.h"
#endif
static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
static int pos(char c)