Pārlūkot izejas kodu

Add stdbool to protover.h. Only needed for the 032 backport

Nick Mathewson 6 gadi atpakaļ
vecāks
revīzija
bc2d6876b3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/or/protover.h

+ 1 - 1
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. */