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 c92fcef736..cf16eef94f 100644 --- a/apps/plugin.h +++ b/apps/plugin.h | |||
@@ -863,6 +863,7 @@ struct plugin_api { | |||
863 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) | 863 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) |
864 | int* __errno; | 864 | int* __errno; |
865 | #endif | 865 | #endif |
866 | size_t (*strlcat)(char *dst, const char *src, size_t length); | ||
866 | }; | 867 | }; |
867 | 868 | ||
868 | /* plugin header */ | 869 | /* plugin header */ |