From f80653bc457aef835cd49ad68a5b7fa53db262f9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Nov 2024 19:02:01 -0500 Subject: Move control port printing to console client This functionality was spammed across the codebase and kind of half-implemented for graphical clients, but only really makes sense for the console one. So, isolate it there. --- src/jalv_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jalv_internal.h') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index df5af10..88ea7ab 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -12,6 +12,7 @@ #include "mapper.h" #include "nodes.h" #include "options.h" +#include "port.h" #include "types.h" #include "urids.h" #include "worker.h" -- cgit v1.2.1