aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/backend.h3
-rw-r--r--src/frontend.h1
-rw-r--r--src/jack_impl.h4
-rw-r--r--src/port.h2
4 files changed, 7 insertions, 3 deletions
diff --git a/src/backend.h b/src/backend.h
index facecd1..2f34c58 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -10,6 +10,9 @@
#include "types.h"
#include "urids.h"
+#include <zix/attributes.h>
+#include <zix/sem.h>
+
#include <stdbool.h>
#include <stdint.h>
diff --git a/src/frontend.h b/src/frontend.h
index f18fb86..e95fa6d 100644
--- a/src/frontend.h
+++ b/src/frontend.h
@@ -11,6 +11,7 @@
#include <lilv/lilv.h>
#include <stdbool.h>
+#include <stdint.h>
// Interface that must be implemented by UIs
JALV_BEGIN_DECLS
diff --git a/src/jack_impl.h b/src/jack_impl.h
index cc922a9..241ea85 100644
--- a/src/jack_impl.h
+++ b/src/jack_impl.h
@@ -5,10 +5,12 @@
#define JALV_JACK_IMPL_H
#include "attributes.h"
+#include "process.h"
#include "settings.h"
#include "urids.h"
-#include <jack/jack.h>
+#include <jack/types.h>
+#include <zix/sem.h>
#include <stdbool.h>
diff --git a/src/port.h b/src/port.h
index 8a4644c..3737001 100644
--- a/src/port.h
+++ b/src/port.h
@@ -5,12 +5,10 @@
#define JALV_PORT_H
#include "attributes.h"
-#include "lv2_evbuf.h"
#include "types.h"
#include <lilv/lilv.h>
-#include <stddef.h>
#include <stdint.h>
// Application port state