diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 16:29:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 16:29:35 -0400 |
commit | 935ba025653567f1700d2590b3ccd008460dbf6e (patch) | |
tree | b07bff1c2f940ee04916bf37fa4fbb9006d01d11 /src/or/connection.h | |
parent | d8b34e0886c9fd08fb51e0de4fadca7da82056ff (diff) | |
download | tor-935ba025653567f1700d2590b3ccd008460dbf6e.tar.gz tor-935ba025653567f1700d2590b3ccd008460dbf6e.zip |
Fix paths for buffers.h; automated.
Diffstat (limited to 'src/or/connection.h')
-rw-r--r-- | src/or/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.h b/src/or/connection.h index 7fcf710215..1bbe17bffd 100644 --- a/src/or/connection.h +++ b/src/or/connection.h @@ -15,7 +15,7 @@ listener_connection_t *TO_LISTENER_CONN(connection_t *); /* XXXX For buf_datalen in inline function */ -#include "common/buffers.h" +#include "lib/container/buffers.h" const char *conn_type_to_string(int type); const char *conn_state_to_string(int type, int state); |