diff options
Diffstat (limited to 'ext/contexts.lv2/test.c')
-rw-r--r-- | ext/contexts.lv2/test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/contexts.lv2/test.c b/ext/contexts.lv2/test.c index f55cdd6..ca41a10 100644 --- a/ext/contexts.lv2/test.c +++ b/ext/contexts.lv2/test.c @@ -1,8 +1,10 @@ #include <stdio.h> +#include <stdint.h> +#include <stdbool.h> #include <limits.h> #include <assert.h> #include <unistd.h> -#include "lv2_contexts.h" +#include "contexts.h" #define TEST_ASSERT(check) do {\ if (!(check)) {\ |