diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index cbbfe9ddcd..f6aee13f5b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -81,6 +81,7 @@ #endif #include "crypto.h" +#include "crypto_format.h" #include "tortls.h" #include "torlog.h" #include "container.h" @@ -92,6 +93,7 @@ #include "crypto_curve25519.h" #include "crypto_ed25519.h" #include "tor_queue.h" +#include "util_format.h" /* These signals are defined to help handle_control_signal work. */ |