summaryrefslogtreecommitdiff
path: root/src/cli-dssi-host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-dssi-host.h')
-rw-r--r--src/cli-dssi-host.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cli-dssi-host.h b/src/cli-dssi-host.h
index 76c9425..381d6ce 100644
--- a/src/cli-dssi-host.h
+++ b/src/cli-dssi-host.h
@@ -44,9 +44,8 @@
#include <sndfile.h>
#include <ladspa.h>
#include <dssi.h>
-//#include <alsa/asoundlib.h> these two, conflicts with sndfile.h, so if i comment out then souce compiles on my gentoo. is sndfile part of alsa?
-//#include <alsa/seq.h> i guess not. what i found it there is asoundlib.h which include a lot of files from alsa, like alsa/seq.h and others, and
-//looks like we don't need to include it here, it's included from somewhere else too. ok no worries
+#include <alsa/asoundlib.h>
+#include <alsa/seq.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>