aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/control.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-05 08:19:02 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-05 08:19:02 -0500
commitca4b86f90a73532032a573ebc903155a32d0f36b (patch)
tree54d10b6031452388d2540a6db93bbbc83c164ca8 /src/feature/control/control.c
parentc01507a5fe73d0e49902a8abaa1f73112ae1fefa (diff)
parenteaff47352a1ef607f6d97e9b35bd6d5eefdfcb26 (diff)
downloadtor-ca4b86f90a73532032a573ebc903155a32d0f36b.tar.gz
tor-ca4b86f90a73532032a573ebc903155a32d0f36b.zip
Merge remote-tracking branch 'tor-github/pr/508'
Diffstat (limited to 'src/feature/control/control.c')
-rw-r--r--src/feature/control/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control.c b/src/feature/control/control.c
index 94679dfd22..26d2e54fed 100644
--- a/src/feature/control/control.c
+++ b/src/feature/control/control.c
@@ -87,7 +87,7 @@
#include "feature/rend/rendservice.h"
#include "feature/stats/geoip_stats.h"
#include "feature/stats/predict_ports.h"
-#include "lib/container/buffers.h"
+#include "lib/buf/buffers.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
#include "lib/encoding/confline.h"