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 b7cbf7e..cf1fd77 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -39,6 +39,7 @@ #include <stdlib.h> #include <string.h> #include "string-extra.h" +#include "gcc_extensions.h" char* strncpy(char *, const char *, size_t); void* plugin_get_buffer(size_t *buffer_size); |