Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)
This commit is contained in:
Nick Mathewson 2019-03-11 15:56:13 -04:00
parent bdeaf7d4b2
commit 02e0a39d39

View File

@ -14,6 +14,8 @@
#ifndef TOR_PUBSUB_BUILD_H #ifndef TOR_PUBSUB_BUILD_H
#define TOR_PUBSUB_BUILD_H #define TOR_PUBSUB_BUILD_H
#include "lib/dispatch/msgtypes.h"
struct dispatch_t; struct dispatch_t;
/** /**