aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-06 04:02:52 +0000
committerDavid Robillard <d@drobilla.net>2011-07-06 04:02:52 +0000
commit260ef0094d77d9630edb7a04793af0ff1cbd9b2c (patch)
tree7d77386233fbce97385e59ad4f5fd0f0328fedb0
parentbb2e7060ed001cdc4c47eb4cff4f87a30cbefb2c (diff)
downloadlv2-260ef0094d77d9630edb7a04793af0ff1cbd9b2c.tar.xz
Add missing includes
-rw-r--r--ext/persist.lv2/persist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/persist.lv2/persist.h b/ext/persist.lv2/persist.h
index f0c0907..69f1181 100644
--- a/ext/persist.lv2/persist.h
+++ b/ext/persist.lv2/persist.h
@@ -26,8 +26,11 @@
#define LV2_PERSIST_H
#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
+#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+
#ifdef __cplusplus
extern "C" {
#endif