From 15324bd2bb040f9dc62769b9355bb31b57a9ae0e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Nov 2024 18:13:50 -0500 Subject: Move process thread setup code to a separate file Towards more cleanly separating the audio thread code from the rest of the application. --- src/jack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jack.c') diff --git a/src/jack.c b/src/jack.c index f848476..4ba117f 100644 --- a/src/jack.c +++ b/src/jack.c @@ -12,6 +12,7 @@ #include "lv2_evbuf.h" #include "port.h" #include "process.h" +#include "process_setup.h" #include "settings.h" #include "string_utils.h" #include "types.h" -- cgit v1.2.1