From 9ed6efc808cb57555f89f08475df70fd4f8b630b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Nov 2006 01:00:47 +0000 Subject: Fixes for building without ALSA (eg on OSX) git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PatchageModule.h') diff --git a/src/PatchageModule.h b/src/PatchageModule.h index f58948d..e047c52 100644 --- a/src/PatchageModule.h +++ b/src/PatchageModule.h @@ -20,7 +20,9 @@ #include #include +#ifdef HAVE_ALSA #include +#endif #include #include #include "PatchageFlowCanvas.h" -- cgit v1.2.1