diff options
Diffstat (limited to 'utils/lv2apply.c')
-rw-r--r-- | utils/lv2apply.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/lv2apply.c b/utils/lv2apply.c index 66a8c3a..84f4ca1 100644 --- a/utils/lv2apply.c +++ b/utils/lv2apply.c @@ -14,16 +14,19 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <assert.h> +#include "lilv/lilv.h" + +#include "lv2/lv2plug.in/ns/lv2core/lv2.h" + #include <math.h> #include <sndfile.h> #include <stdarg.h> +#include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "lilv/lilv.h" - /** Control port value set from the command line */ typedef struct Param { const char* sym; ///< Port symbol |