diff options
Diffstat (limited to 'slv2/plugin.h')
-rw-r--r-- | slv2/plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slv2/plugin.h b/slv2/plugin.h index 05bba75..27fa982 100644 --- a/slv2/plugin.h +++ b/slv2/plugin.h @@ -26,7 +26,8 @@ extern "C" { #include <stdint.h> #include <stddef.h> #include <stdbool.h> -#include "types.h" +#include <slv2/types.h> +#include <slv2/stringlist.h> typedef const struct _Plugin SLV2Plugin; |