aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 19:11:03 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 19:11:03 +0200
commitca7b3e1eb6693cc82668393486b2d25c558ab5c4 (patch)
tree7612360506ad4f89e4cdd7d61941af08e7523675 /src/worker.c
parentc64c1ffa7b0deadcb34760ceaa21fc74c5fd43de (diff)
downloadjalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.tar.gz
jalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.tar.bz2
jalv-ca7b3e1eb6693cc82668393486b2d25c558ab5c4.zip
Clean up includes
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/worker.c b/src/worker.c
index 79bb7b7..3ad3078 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -16,6 +16,15 @@
#include "worker.h"
+#include "lv2/worker/worker.h"
+#include "zix/common.h"
+#include "zix/ring.h"
+#include "zix/sem.h"
+#include "zix/thread.h"
+
+#include <stdio.h>
+#include <stdlib.h>
+
static LV2_Worker_Status
jalv_worker_respond(LV2_Worker_Respond_Handle handle,
uint32_t size,