summaryrefslogtreecommitdiff
path: root/plugins/shn/shn.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shn/shn.c')
-rw-r--r--plugins/shn/shn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/shn/shn.c b/plugins/shn/shn.c
index 881cf3b7..504f283c 100644
--- a/plugins/shn/shn.c
+++ b/plugins/shn/shn.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <math.h>
#include "shorten.h"
-#include "../../deadbeef.h"
+#include <deadbeef/deadbeef.h>
#include "bitshift.h"
//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
@@ -1836,7 +1836,7 @@ static DB_decoder_t plugin = {
};
DB_plugin_t *
-shn_load (DB_functions_t *api) {
+ddb_shn_load (DB_functions_t *api) {
deadbeef = api;
return DB_PLUGIN (&plugin);
}