summaryrefslogtreecommitdiff
path: root/src/seq
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-03-22 00:48:18 +0100
committerTakashi Iwai <tiwai@suse.de>2007-03-22 00:48:18 +0100
commit70e4ec9d08ca7c162dce873d82b5610c700cf707 (patch)
treefa2bd727ca4f527443f56c134264716b648e980c /src/seq
parent9a75eec6645c7034542f571e63cc5824a5d3e1cd (diff)
Allow build without libdl and libpthread
Allow building alsa-lib without libdl and libpthread. Added new options to configure, --with-libdl and --with-pthread.
Diffstat (limited to 'src/seq')
-rw-r--r--src/seq/seq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seq/seq.c b/src/seq/seq.c
index 4d39335f..21f21f9c 100644
--- a/src/seq/seq.c
+++ b/src/seq/seq.c
@@ -777,7 +777,6 @@ void event_filter(snd_seq_t *seq, snd_seq_event_t *ev)
*/
-#include <dlfcn.h>
#include <sys/poll.h>
#include "seq_local.h"