summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-11 17:31:37 +0000
committerDavid Robillard <d@drobilla.net>2007-07-11 17:31:37 +0000
commitb74cf92e1f101412df6071ee7c8bc5ed3fe4485e (patch)
treef233233373f71cd3a00052e137ae2f30712f3981 /src/PatchageCanvas.h
parent6067f8f8572bd7b318d3d17f16dc192079c7e046 (diff)
downloadpatchage-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.h1
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>