Browse Source

Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)
Nick Mathewson 6 years ago
parent
commit
02e0a39d39
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/pubsub/pubsub_build.h

+ 2 - 0
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;
 
 /**