diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 3ffaafc..2ff2381 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -36,6 +36,7 @@ #include <stdarg.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> void* plugin_get_buffer(size_t *buffer_size); |