diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 16:25:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | 657ff55408d82f49fc9599cb662702cdc0995f08 (patch) | |
tree | a4928704eb3ab78590e7ea293ea0014aadc405ac /src/common | |
parent | b8be8265b6dc477efe591ccdb14fcd4b044dd241 (diff) | |
download | tor-657ff55408d82f49fc9599cb662702cdc0995f08.tar.gz tor-657ff55408d82f49fc9599cb662702cdc0995f08.zip |
Split container.c based on container types, and minimize includes
Minimizing includes revealed other places includes were necessary.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util_bug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util_bug.h b/src/common/util_bug.h index 9659f59b7e..fb5ab25c17 100644 --- a/src/common/util_bug.h +++ b/src/common/util_bug.h @@ -37,6 +37,7 @@ #define TOR_UTIL_BUG_H #include "orconfig.h" +#include <stdlib.h> #include "common/compat.h" #include "lib/testsupport/testsupport.h" |