diff options
author | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
commit | 237512ade91a7073ce186d7b6c15ea4eb54e3e73 (patch) | |
tree | aa573e19b30d255b5501c53f62ff5eb638a28079 /src/PatchagePort.hpp | |
parent | 8f0f04f2c366c768f1861415ad98f9bf7b572c73 (diff) | |
download | patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.tar.gz patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.tar.bz2 patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.zip |
Build against local library versions no matter what.... hopefully....
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1677 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 2519189..2b4843e 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -21,8 +21,8 @@ #include "config.h" #include <string> #include <boost/shared_ptr.hpp> -#include <flowcanvas/Port.hpp> -#include <flowcanvas/Module.hpp> +#include "flowcanvas/Port.hpp" +#include "flowcanvas/Module.hpp" #ifdef HAVE_ALSA #include <alsa/asoundlib.h> |