summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 17:00:48 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commitde508c5f50af855742b59579afd6c9c328eb7cd6 (patch)
tree46f3e34bc7fca3a5909bf7abad202a53a1d451f4 /src/common/compat.c
parent9cf6fc91b1d0870dab8bf87feb9132e7e0de2808 (diff)
downloadtor-de508c5f50af855742b59579afd6c9c328eb7cd6.tar.gz
tor-de508c5f50af855742b59579afd6c9c328eb7cd6.zip
Extract smartlist.h from container.h
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 577ebe7574..9462195ba2 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -126,7 +126,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt)
#include "common/torlog.h"
#include "common/util.h"
-#include "lib/container/container.h"
+#include "lib/container/smartlist.h"
#include "common/address.h"
#include "common/sandbox.h"
@@ -3527,4 +3527,3 @@ tor_get_avail_disk_space(const char *path)
return -1;
#endif /* defined(HAVE_STATVFS) || ... */
}
-