diff options
author | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-24 06:48:02 +0000 |
commit | f8b4b09e42318eed8b7cd1fe6746fa4bc542771f (patch) | |
tree | d3abbf14b982d8176fa2810a47116c60fcf966b7 /src/PatchageEvent.h | |
parent | b74cf92e1f101412df6071ee7c8bc5ed3fe4485e (diff) | |
download | patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.tar.gz patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.tar.bz2 patchage-f8b4b09e42318eed8b7cd1fe6746fa4bc542771f.zip |
Removed recursive autohell, except for SLv2.
Always build against local copies, hopefully fixing broken compilation against outdated system versions.
git-svn-id: http://svn.drobilla.net/lad/patchage@610 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageEvent.h')
-rw-r--r-- | src/PatchageEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.h b/src/PatchageEvent.h index 79fb711..24dd7ba 100644 --- a/src/PatchageEvent.h +++ b/src/PatchageEvent.h @@ -20,7 +20,7 @@ #include <string> #include <jack/jack.h> -#include "../config.h" +#include "../../config/config.h" #ifdef HAVE_ALSA #include <alsa/asoundlib.h> #endif |