Explorar o código

Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)
Nick Mathewson %!s(int64=7) %!d(string=hai) anos
pai
achega
02e0a39d39
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
 
 /**