diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2014-02-13 22:24:29 +1100 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2014-02-13 22:24:29 +1100 |
commit | 4b1221d556c6a2c51ae3cee5ffe13dbf0e4dfab8 (patch) | |
tree | ba51bfe5ed20c8c71ba3f98a7527a339bc5fe630 /apps/plugin.h | |
parent | 6dbfd44b6e6a4e01066ff3a99748e586d7cd458a (diff) |
fix red, strtok_r being annoying on sim builds
Change-Id: Ifb884a53d801db9534dd0c5ab5921800e971963e
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 0e0580501d..764af4a6b7 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -45,6 +45,7 @@ #undef strcmp #undef strncmp #undef strchr +#undef strtok_r char* strncpy(char *, const char *, size_t); void* plugin_get_buffer(size_t *buffer_size); |