aboutsummaryrefslogtreecommitdiffstats
path: root/src/jack.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-15 10:08:24 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 18:59:41 -0500
commit800356e507c5cc098e89b1cbe96f5f150dc12d96 (patch)
tree0859bac836bc25f147a5d51cdb67fc619d2726c8 /src/jack.c
parent7c9858897ff6014a6cf36cefbd05f1f4f63817c4 (diff)
downloadjalv-800356e507c5cc098e89b1cbe96f5f150dc12d96.tar.gz
jalv-800356e507c5cc098e89b1cbe96f5f150dc12d96.tar.bz2
jalv-800356e507c5cc098e89b1cbe96f5f150dc12d96.zip
Move low-level event sending functions to a separate file
Takes advantage of the dependency trimming of the previous commit to work towards separating things more cleanly.
Diffstat (limited to 'src/jack.c')
-rw-r--r--src/jack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jack.c b/src/jack.c
index 212db43..fd7a6f1 100644
--- a/src/jack.c
+++ b/src/jack.c
@@ -3,6 +3,7 @@
#include "backend.h"
+#include "comm.h"
#include "frontend.h"
#include "jalv_config.h"
#include "jalv_internal.h"