summaryrefslogtreecommitdiff
path: root/plugins/mono2stereo/mono2stereo.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-23 18:32:00 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-23 18:32:00 +0200
commit0a0f6f591163203c8156d5079061ab2010acbdd3 (patch)
tree67170afeadd67f91a8cbbc1d7b03181d79ba5a41 /plugins/mono2stereo/mono2stereo.c
parente456e4f6294d829633982105888f77bda1cb1e48 (diff)
few compile fixes; added mono2stereo into tarball
Diffstat (limited to 'plugins/mono2stereo/mono2stereo.c')
-rw-r--r--plugins/mono2stereo/mono2stereo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mono2stereo/mono2stereo.c b/plugins/mono2stereo/mono2stereo.c
index 23d0b0d5..66168bed 100644
--- a/plugins/mono2stereo/mono2stereo.c
+++ b/plugins/mono2stereo/mono2stereo.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include <deadbeef/deadbeef.h>
+#include "../../deadbeef.h"
enum {
M2S_PARAM_LEFTMIX,