diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-17 18:22:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-17 18:22:35 +0000 |
commit | 93f32db438cff63662761374f4a69b710f3d71d9 (patch) | |
tree | ffa15ba0ef9b46c065c22a8de1552414510e418b /src/common/mempool.c | |
parent | 99792df64585558ae51ec4b93f26ee42a07cd82c (diff) | |
download | tor-93f32db438cff63662761374f4a69b710f3d71d9.tar.gz tor-93f32db438cff63662761374f4a69b710f3d71d9.zip |
r13476@catbus: nickm | 2007-06-17 14:04:41 -0400
Build with fewer compiler warnings on Sun. (This and previous Sun patches are thanks to the tremendously handy services of unix-center.net.)
svn:r10644
Diffstat (limited to 'src/common/mempool.c')
-rw-r--r-- | src/common/mempool.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c index f933f58440..cfa2b45e50 100644 --- a/src/common/mempool.c +++ b/src/common/mempool.c @@ -1,6 +1,11 @@ /* Copyright 2007 Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ +#if 1 +/* Tor dependencies */ +#include "orconfig.h" +#endif + #include <stdlib.h> #include <string.h> |