diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-17 14:05:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-17 14:05:43 +0000 |
commit | 57ddd7e9287992a44bb30d0cc3e86e4d0f948a86 (patch) | |
tree | 7b3dc08c739d4c49e6b16a707f4f62982a568849 /lib/memdebug.c | |
parent | 868488b518706a7eba8e380eeb51d71066a73df8 (diff) | |
download | curl-57ddd7e9287992a44bb30d0cc3e86e4d0f948a86.tar.gz |
now includes stdlib.h
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r-- | lib/memdebug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c index 477ee43cf..dceb3bea9 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -45,6 +45,7 @@ #include "urldata.h" #include <stdio.h> #include <string.h> +#include <stdlib.h> /* * Note that these debug functions are very simple and they are meant to |