diff options
author | Nick Mathewson <nickm@torproject.org> | 2002-09-03 18:44:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2002-09-03 18:44:24 +0000 |
commit | fdb31225b7206fdd35d62d00b5369ac81691003b (patch) | |
tree | 7e8aebcbca6d607a3e0922083c0f81dde539ebfc /src/smtpap/io.c | |
parent | 8878d8cc27d94839053063aa8925d6f2620f4c20 (diff) | |
download | tor-fdb31225b7206fdd35d62d00b5369ac81691003b.tar tor-fdb31225b7206fdd35d62d00b5369ac81691003b.tar.gz |
Port to MacOS X
svn:r88
Diffstat (limited to 'src/smtpap/io.c')
-rw-r--r-- | src/smtpap/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smtpap/io.c b/src/smtpap/io.c index 57ea72854..f45e5cf3c 100644 --- a/src/smtpap/io.c +++ b/src/smtpap/io.c @@ -1,7 +1,8 @@ #include <sys/time.h> #include <stdarg.h> #include <stdio.h> -#include <malloc.h> +#include <stdlib.h> +#include <string.h> #include "../common/log.h" #include "../common/utils.h" |