aboutsummaryrefslogtreecommitdiff
path: root/src/or/proto_http.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 16:29:35 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 16:29:35 -0400
commit935ba025653567f1700d2590b3ccd008460dbf6e (patch)
treeb07bff1c2f940ee04916bf37fa4fbb9006d01d11 /src/or/proto_http.c
parentd8b34e0886c9fd08fb51e0de4fadca7da82056ff (diff)
downloadtor-935ba025653567f1700d2590b3ccd008460dbf6e.tar.gz
tor-935ba025653567f1700d2590b3ccd008460dbf6e.zip
Fix paths for buffers.h; automated.
Diffstat (limited to 'src/or/proto_http.c')
-rw-r--r--src/or/proto_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/proto_http.c b/src/or/proto_http.c
index 45f763b2af..ecc669e3a4 100644
--- a/src/or/proto_http.c
+++ b/src/or/proto_http.c
@@ -6,7 +6,7 @@
#define PROTO_HTTP_PRIVATE
#include "or/or.h"
-#include "common/buffers.h"
+#include "lib/container/buffers.h"
#include "or/proto_http.h"
/** Return true if <b>cmd</b> looks like a HTTP (proxy) request. */