diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-20 21:33:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-20 21:33:56 +0000 |
commit | a87980c2eb8933e2d291e3a2dc009aa69e82e128 (patch) | |
tree | 1e936d62c9fb589981d1f35cc555e6f0c7b7dc2f /src/common/container.c | |
parent | d20ae4962f24098eba179064d5c9f971ee85d0e6 (diff) | |
download | tor-a87980c2eb8933e2d291e3a2dc009aa69e82e128.tar.gz tor-a87980c2eb8933e2d291e3a2dc009aa69e82e128.zip |
Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms.
svn:r18189
Diffstat (limited to 'src/common/container.c')
-rw-r--r-- | src/common/container.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/container.c b/src/common/container.c index 5c54e469bd..0a2cdd82e7 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -17,9 +17,6 @@ #include "container.h" #include "crypto.h" -#ifdef HAVE_CTYPE_H -#include <ctype.h> -#endif #include <stdlib.h> #include <string.h> #include <assert.h> |