diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-04 13:26:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-04 13:26:56 -0400 |
commit | d88046a80d35bfc05c2b41e352beb9567262c53c (patch) | |
tree | 25f10fc479e2acdce13a17bbc76ba4d568c54250 /src/or/hs_descriptor.h | |
parent | c35c43d7d9df793c890deb14800e24327fbca452 (diff) | |
download | tor-d88046a80d35bfc05c2b41e352beb9567262c53c.tar.gz tor-d88046a80d35bfc05c2b41e352beb9567262c53c.zip |
Fix compilation.
Diffstat (limited to 'src/or/hs_descriptor.h')
-rw-r--r-- | src/or/hs_descriptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h index b48079e219..0c30a52794 100644 --- a/src/or/hs_descriptor.h +++ b/src/or/hs_descriptor.h @@ -11,6 +11,7 @@ #include <stdint.h> +#include "or.h" #include "address.h" #include "container.h" #include "crypto.h" |