[tor-commits] [tor/release-0.3.3] Add stdbool to protover.h. Only needed for the 032 backport
nickm at torproject.org
nickm at torproject.org
Tue May 22 16:34:01 UTC 2018
commit bc2d6876b3f64497f66eca0ecc150696f476e401
Author: Nick Mathewson <nickm at 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. */
More information about the tor-commits
mailing list