summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-22 12:15:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-22 12:15:52 -0400
commitbc2d6876b3f64497f66eca0ecc150696f476e401 (patch)
tree03ceda45c97b063219ced34a17346a630fc2ba5a
parentb681438daf06d8d5b1c67d8c78f1b041f9b1f5b8 (diff)
downloadtor-bc2d6876b3f64497f66eca0ecc150696f476e401.tar.gz
tor-bc2d6876b3f64497f66eca0ecc150696f476e401.zip
Add stdbool to protover.h. Only needed for the 032 backport
-rw-r--r--src/or/protover.h2
1 files changed, 1 insertions, 1 deletions
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 <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. */