diff options
author | David Robillard <d@drobilla.net> | 2007-07-11 17:31:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-11 17:31:37 +0000 |
commit | b74cf92e1f101412df6071ee7c8bc5ed3fe4485e (patch) | |
tree | f233233373f71cd3a00052e137ae2f30712f3981 /src/PatchageCanvas.h | |
parent | 6067f8f8572bd7b318d3d17f16dc192079c7e046 (diff) | |
download | patchage-b74cf92e1f101412df6071ee7c8bc5ed3fe4485e.tar.gz patchage-b74cf92e1f101412df6071ee7c8bc5ed3fe4485e.tar.bz2 patchage-b74cf92e1f101412df6071ee7c8bc5ed3fe4485e.zip |
Fix building w/o Alsa.
git-svn-id: http://svn.drobilla.net/lad/patchage@582 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.h')
-rw-r--r-- | src/PatchageCanvas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PatchageCanvas.h b/src/PatchageCanvas.h index fe91a34..96e8912 100644 --- a/src/PatchageCanvas.h +++ b/src/PatchageCanvas.h @@ -18,6 +18,7 @@ #ifndef PATCHAGECANVAS_H #define PATCHAGECANVAS_H +#include "../config.h" #include <string> #ifdef HAVE_ALSA #include <alsa/asoundlib.h> |