summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 6892cb9..9a7a397 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -67,7 +67,7 @@
static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE];
#else
extern unsigned char pluginbuf[];
-extern void bitswap(unsigned char *data, int length);
+#include "bitswap.h"
#endif
static bool plugin_loaded = false;