diff options
-rw-r--r-- | src/backend.h | 3 | ||||
-rw-r--r-- | src/frontend.h | 1 | ||||
-rw-r--r-- | src/jack_impl.h | 4 | ||||
-rw-r--r-- | src/port.h | 2 |
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> @@ -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 |