From: Nick Mathewson Date: Tue, 22 May 2018 16:15:52 +0000 (-0400) Subject: Add stdbool to protover.h. Only needed for the 032 backport X-Git-Tag: tor-0.3.3.6~12^2~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc2d6876b3f64497f66eca0ecc150696f476e401;p=thirdparty%2Ftor.git Add stdbool to protover.h. Only needed for the 032 backport --- diff --git a/src/or/protover.h b/src/or/protover.h index 8b2db85d77..ab7f4d1dd9 100644 --- a/src/or/protover.h +++ b/src/or/protover.h @@ -10,7 +10,7 @@ #define TOR_PROTOVER_H #include "container.h" - +#include /** The first version of Tor that included "proto" entries in its * descriptors. Authorities should use this to decide whether to * guess proto lines. */