diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 4a62697..e778f51 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -121,6 +121,8 @@ void* plugin_get_buffer(size_t *buffer_size); /* on some platforms strcmp() seems to be a tricky define which * breaks if we write down strcmp's prototype */ #undef strcmp +#undef strncmp +#undef strchr #ifdef PLUGIN |