Przeglądaj źródła

Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)
Nick Mathewson 7 lat temu
rodzic
commit
02e0a39d39
1 zmienionych plików z 2 dodań i 0 usunięć
  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;
 
 /**