summaryrefslogtreecommitdiff
path: root/src/timer
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/timer
parent9a75eec6645c7034542f571e63cc5824a5d3e1cd (diff)
downloadalsa-lib-70e4ec9d08ca7c162dce873d82b5610c700cf707.tar.gz
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/timer')
-rw-r--r--src/timer/timer.c1
-rw-r--r--src/timer/timer_query.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/timer/timer.c b/src/timer/timer.c
index 7776bb1c..b31252b4 100644
--- a/src/timer/timer.c
+++ b/src/timer/timer.c
@@ -72,7 +72,6 @@ This example shows opening a timer device and reading of timer events.
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
-#include <dlfcn.h>
#include <signal.h>
#include <sys/ioctl.h>
#include "timer_local.h"
diff --git a/src/timer/timer_query.c b/src/timer/timer_query.c
index d62ee570..8f36e1ca 100644
--- a/src/timer/timer_query.c
+++ b/src/timer/timer_query.c
@@ -31,7 +31,6 @@
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
-#include <dlfcn.h>
#include <sys/ioctl.h>
#include "timer_local.h"