[tor-commits] [tor/master] Add msgtypes.h include to pubsub_build.h

asn at torproject.org asn at torproject.org
Wed Mar 27 12:31:31 UTC 2019


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

    Add msgtypes.h include to pubsub_build.h
    
    (The header won't compile without it.)
---
 src/lib/pubsub/pubsub_build.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/pubsub/pubsub_build.h b/src/lib/pubsub/pubsub_build.h
index d2920e021..3fad25453 100644
--- 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;
 
 /**





More information about the tor-commits mailing list