diff options
Diffstat (limited to 'src/or/command.h')
-rw-r--r-- | src/or/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/command.h b/src/or/command.h index 5bdfa92fd8..864a5b2fd0 100644 --- a/src/or/command.h +++ b/src/or/command.h @@ -12,7 +12,7 @@ #ifndef TOR_COMMAND_H #define TOR_COMMAND_H -#include "channel.h" +#include "or/channel.h" void command_process_cell(channel_t *chan, cell_t *cell); void command_process_var_cell(channel_t *chan, var_cell_t *cell); |