aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.c')
-rw-r--r--src/control.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/control.c b/src/control.c
index 2326280..2da8f0d 100644
--- a/src/control.c
+++ b/src/control.c
@@ -16,6 +16,17 @@
#include "jalv_internal.h"
+#include "lilv/lilv.h"
+#include "lv2/atom/atom.h"
+#include "lv2/atom/forge.h"
+#include "lv2/urid/urid.h"
+
+#include <stdbool.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
int
scale_point_cmp(const ScalePoint* a, const ScalePoint* b)
{