tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 02e0a39d396ad4f86d27770a5cf6f46553a01b0c
parent bdeaf7d4b2929609c4d3f2ce9adfd973361ef578
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 11 Mar 2019 15:56:13 -0400

Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)

Diffstat:
Msrc/lib/pubsub/pubsub_build.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/lib/pubsub/pubsub_build.h b/src/lib/pubsub/pubsub_build.h @@ -14,6 +14,8 @@ #ifndef TOR_PUBSUB_BUILD_H #define TOR_PUBSUB_BUILD_H +#include "lib/dispatch/msgtypes.h" + struct dispatch_t; /**