We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1747c8f commit 326bf73Copy full SHA for 326bf73
src/plugins/plugin.h
@@ -159,7 +159,7 @@ janus_plugin *create(void) {
159
160
#include <glib.h>
161
162
-#include "refcount.h"
+#include "../refcount.h"
163
164
165
/*! \brief Version of the API, to match the one plugins were compiled against
src/transports/transport.h
@@ -93,7 +93,7 @@ janus_transport *create(void) {
93
94
#include <jansson.h>
95
96
97
98
99
/*! \brief Version of the API, to match the one transport plugins were compiled against */
0 commit comments