Forráskód Böngészése

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

Nick Mathewson 7 éve
szülő
commit
bc2d6876b3
1 módosított fájl, 1 hozzáadás és 1 törlés
  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. */