aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2')
-rw-r--r--lv2/atom/atom-test.c2
-rw-r--r--lv2/atom/forge-overflow-test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/atom/atom-test.c b/lv2/atom/atom-test.c
index 6cca789..1af1ae1 100644
--- a/lv2/atom/atom-test.c
+++ b/lv2/atom/atom-test.c
@@ -21,8 +21,10 @@
#include "lv2/urid/urid.h"
#include <inttypes.h>
+#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
int
main(void)
diff --git a/lv2/atom/forge-overflow-test.c b/lv2/atom/forge-overflow-test.c
index 7c1b12e..3c46a25 100644
--- a/lv2/atom/forge-overflow-test.c
+++ b/lv2/atom/forge-overflow-test.c
@@ -17,13 +17,11 @@
#include "lv2/atom/atom-test-utils.c"
#include "lv2/atom/atom.h"
#include "lv2/atom/forge.h"
-#include "lv2/atom/util.h"
#include "lv2/urid/urid.h"
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
-#include <string.h>
static int
test_string_overflow(void)