diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 16:29:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | 479c2ab503a3a051200339a7df9a99dcfb0ed976 (patch) | |
tree | ef708dd688b506a8b8eddbbd20fccd5cafa1237d /src/lib/container | |
parent | 657ff55408d82f49fc9599cb662702cdc0995f08 (diff) | |
download | tor-479c2ab503a3a051200339a7df9a99dcfb0ed976.tar.gz tor-479c2ab503a3a051200339a7df9a99dcfb0ed976.zip |
Move STRUCT_VAR_P to compat_compiler.
Diffstat (limited to 'src/lib/container')
-rw-r--r-- | src/lib/container/smartlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/container/smartlist.c b/src/lib/container/smartlist.c index 6aef728547..0fe11c6703 100644 --- a/src/lib/container/smartlist.c +++ b/src/lib/container/smartlist.c @@ -13,7 +13,8 @@ #include "lib/malloc/util_malloc.h" #include "lib/container/smartlist.h" -#include "common/util.h" +#include "lib/err/torerr.h" +#include "common/util.h" // For strstrip. #include "lib/crypt_ops/crypto_digest.h" #include "lib/ctime/di_ops.h" |