summaryrefslogtreecommitdiff
path: root/libjack/driver.c
diff options
context:
space:
mode:
authorwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2002-06-12 03:04:48 +0000
committerwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2002-06-12 03:04:48 +0000
commit8a1e99e58108558a726b00fb4dc8b825773fe647 (patch)
treee15621deda9fb06371032dc9583aee2f3c60f62e /libjack/driver.c
parent5fc863c28f8dfa0ab6f7270945a98979e8aaa458 (diff)
downloadjack1-8a1e99e58108558a726b00fb4dc8b825773fe647.tar.gz
* added a crapload of debugging printouts
- added --enable-debug configure option * fixed (?) deadlock bug by ignoring errors in fifo cleanup * added solaris stuff, without solaris check * cleaned up some autotools things * added configuration header (config.h) * 0.36.0 (skipping the abortive 0.35.0...) git-svn-id: svn+ssh://jackaudio.org/trunk/jack@234 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'libjack/driver.c')
-rw-r--r--libjack/driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libjack/driver.c b/libjack/driver.c
index 6bfff97..9c32512 100644
--- a/libjack/driver.c
+++ b/libjack/driver.c
@@ -24,6 +24,8 @@
#include <stdlib.h>
#include <stdio.h>
+#include <config.h>
+
#include <jack/driver.h>
#include <jack/internal.h>
#include <jack/error.h>