commit bc2d6876b3f64497f66eca0ecc150696f476e401
parent b681438daf06d8d5b1c67d8c78f1b041f9b1f5b8
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 22 May 2018 12:15:52 -0400
Add stdbool to protover.h. Only needed for the 032 backport
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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. */