aboutsummaryrefslogtreecommitdiffstats
path: root/src/jack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jack.c')
-rw-r--r--src/jack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jack.c b/src/jack.c
index c5cb5f8..2253d5a 100644
--- a/src/jack.c
+++ b/src/jack.c
@@ -12,6 +12,7 @@
#include "nodes.h"
#include "options.h"
#include "port.h"
+#include "types.h"
#include "urids.h"
#include "lilv/lilv.h"
@@ -37,7 +38,7 @@
#include <stdlib.h>
#include <string.h>
-struct JalvBackend {
+struct JalvBackendImpl {
jack_client_t* client; ///< Jack client
bool is_internal_client; ///< Running inside jackd
};