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/common/utils.c | |
parent | 8878d8cc27d94839053063aa8925d6f2620f4c20 (diff) | |
download | tor-fdb31225b7206fdd35d62d00b5369ac81691003b.tar.gz tor-fdb31225b7206fdd35d62d00b5369ac81691003b.zip |
Port to MacOS X
svn:r88
Diffstat (limited to 'src/common/utils.c')
-rw-r--r-- | src/common/utils.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/common/utils.c b/src/common/utils.c index 1a6fa6498d..70094e8857 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -8,8 +8,11 @@ /* * Changes : * $Log$ - * Revision 1.1 2002/06/26 22:45:50 arma - * Initial revision + * Revision 1.2 2002/09/03 18:44:23 nickm + * Port to MacOS X + * + * Revision 1.1.1.1 2002/06/26 22:45:50 arma + * initial commit: current code * * Revision 1.6 2002/03/03 00:06:45 mp292 * Modifications to support re-transmission. @@ -38,6 +41,7 @@ #include <unistd.h> #include <sys/socket.h> #include <stdio.h> +#include <string.h> #include "utils.h" #include "log.h" |