diff plugin/plugins/SamplePlayer.h @ 646:9a6b50d3cc50

* Build a single library with a single .pro file, instead of using a recursive build
author Chris Cannam
date Wed, 22 Sep 2010 10:54:50 +0100
parents 0f0c9cf65d5e
children 48e9f538e6e9
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.h	Fri Sep 17 14:41:30 2010 +0100
+++ b/plugin/plugins/SamplePlayer.h	Wed Sep 22 10:54:50 2010 +0100
@@ -18,8 +18,9 @@
 
 #define DSSI_API_LEVEL 2
 
-#include <ladspa.h>
-#include <dssi.h>
+#include "../api/ladspa.h"
+#include "../api/dssi.h"
+
 #include <seq_event.h>
 
 #include <QMutex>