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 6892cb957f..9a7a397bea 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -67,7 +67,7 @@
67static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE]; 67static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE];
68#else 68#else
69extern unsigned char pluginbuf[]; 69extern unsigned char pluginbuf[];
70extern void bitswap(unsigned char *data, int length); 70#include "bitswap.h"
71#endif 71#endif
72 72
73static bool plugin_loaded = false; 73static bool plugin_loaded = false;