]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add stdbool to protover.h. Only needed for the 032 backport
authorNick Mathewson <nickm@torproject.org>
Tue, 22 May 2018 16:15:52 +0000 (12:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 May 2018 16:15:52 +0000 (12:15 -0400)
src/or/protover.h

index 8b2db85d772cf25d488bf30422d7aa2ad47bc5dc..ab7f4d1dd9eb218b33051628fe0b077ebc84c85e 100644 (file)
@@ -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. */