aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/atom-test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 18:09:26 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 18:09:26 +0200
commit7550f8ed8eb0a48ae677c944d4d36923f2e73022 (patch)
tree5595d97424930ed91f61b5dd14ded715068ecc31 /lv2/atom/atom-test.c
parent98c4011b5192369cdf5ac58b25134e4e404e7b82 (diff)
downloadlv2-7550f8ed8eb0a48ae677c944d4d36923f2e73022.tar.xz
Clean up includes
Diffstat (limited to 'lv2/atom/atom-test.c')
-rw-r--r--lv2/atom/atom-test.c2
1 files changed, 2 insertions, 0 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)