[tor/release-0.3.3] Add stdbool to protover.h. Only needed for the 032 backport

22 May
2018
22 May
'18
4:34 p.m.
commit bc2d6876b3f64497f66eca0ecc150696f476e401 Author: Nick Mathewson <nickm@torproject.org> Date: Tue May 22 12:15:52 2018 -0400 Add stdbool to protover.h. Only needed for the 032 backport --- src/or/protover.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/protover.h b/src/or/protover.h index 8b2db85d7..ab7f4d1dd 100644 --- a/src/or/protover.h +++ b/src/or/protover.h @@ -10,7 +10,7 @@ #define TOR_PROTOVER_H #include "container.h" - +#include <stdbool.h> /** The first version of Tor that included "proto" entries in its * descriptors. Authorities should use this to decide whether to * guess proto lines. */
2590
Age (days ago)
2590
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org