Skip to content
Snippets Groups Projects
Commit 8df35a0c authored by Anthony G. Basile's avatar Anthony G. Basile Committed by Nick Mathewson
Browse files

src/common/compat_libevent.h: include testsupport.h

When tor is configured with --enable-bufferevents, the build fails
because compat_libevent.h makes use of the macro MOCK_DECL() which
is defined in testsupport.h, but not included.  We add the include.
parent 2d123efe
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#define TOR_COMPAT_LIBEVENT_H
#include "orconfig.h"
#include "testsupport.h"
struct event;
struct event_base;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment