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

This commit is contained in:
Nick Mathewson 2018-05-22 12:15:52 -04:00
parent b681438daf
commit bc2d6876b3
1 changed files with 1 additions and 1 deletions

View 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. */