Explorar el Código

Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)
Nick Mathewson hace 7 años
padre
commit
02e0a39d39
Se han modificado 1 ficheros con 2 adiciones y 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;
 
 /**