瀏覽代碼

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

Nick Mathewson 7 年之前
父節點
當前提交
bc2d6876b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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. */