diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-04-06 23:26:22 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-04-06 23:26:22 -0400 |
| commit | 82b201f4c74707c6f5a7207bcb9115ef3fd85680 (patch) | |
| tree | c6bb585cf7d61bd7821f178b6a1833943e29068e /src/cli-dssi-host.h | |
| parent | 2c0487d5faef3b9daf038feeffacd9caac46f5ff (diff) | |
firstoriginal_code
Diffstat (limited to 'src/cli-dssi-host.h')
| -rw-r--r-- | src/cli-dssi-host.h | 5 |
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> |
