Commit 02e0a39d authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Add msgtypes.h include to pubsub_build.h

(The header won't compile without it.)
parent bdeaf7d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
#ifndef TOR_PUBSUB_BUILD_H
#define TOR_PUBSUB_BUILD_H

#include "lib/dispatch/msgtypes.h"

struct dispatch_t;

/**