summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index 143f5bbd..50ab9bfc 100644
--- a/streamer.c
+++ b/streamer.c
@@ -49,7 +49,7 @@
#include "replaygain.h"
#include "fft.h"
#include "handler.h"
-#include "parser.h"
+#include "plugins/libparser/parser.h"
//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
#define trace(fmt,...)