summaryrefslogtreecommitdiff
path: root/libjack/thread.c
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-08 12:12:05 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-08 12:12:05 -0500
commitd094819df40afbe74992d400795e936737ddba20 (patch)
treecab9da68345c6361285d499ca746474529015d82 /libjack/thread.c
parent46ef653917ce92381c1f48bb8ad88f9aee44fa87 (diff)
downloadjack1-d094819df40afbe74992d400795e936737ddba20.tar.gz
#include changes to reflect separation of public and private headers
Diffstat (limited to 'libjack/thread.c')
-rw-r--r--libjack/thread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjack/thread.c b/libjack/thread.c
index 61dbc08..70cd03e 100644
--- a/libjack/thread.c
+++ b/libjack/thread.c
@@ -25,7 +25,8 @@
#include <jack/jack.h>
#include <jack/thread.h>
-#include <jack/internal.h>
+
+#include "internal.h"
#include <pthread.h>
#include <sched.h>