aboutsummaryrefslogtreecommitdiff
path: root/src/common/mempool.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-17 18:22:35 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-17 18:22:35 +0000
commit93f32db438cff63662761374f4a69b710f3d71d9 (patch)
treeffa15ba0ef9b46c065c22a8de1552414510e418b /src/common/mempool.c
parent99792df64585558ae51ec4b93f26ee42a07cd82c (diff)
downloadtor-93f32db438cff63662761374f4a69b710f3d71d9.tar
tor-93f32db438cff63662761374f4a69b710f3d71d9.tar.gz
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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/mempool.c b/src/common/mempool.c
index f933f5844..cfa2b45e5 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>