diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/resize-port.lv2/resize-port.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/resize-port.lv2/resize-port.h b/ext/resize-port.lv2/resize-port.h index ad6a5dc..7f014a3 100644 --- a/ext/resize-port.lv2/resize-port.h +++ b/ext/resize-port.lv2/resize-port.h @@ -19,8 +19,9 @@ #ifndef LV2_RESIZE_PORT_H #define LV2_RESIZE_PORT_H -#include <stdint.h> #include <stdbool.h> +#include <stddef.h> +#include <stdint.h> #define LV2_RESIZE_PORT_URI "http://lv2plug.in/ns/ext/resize-port" |