summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 4a62697724..e778f51f62 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -121,6 +121,8 @@ void* plugin_get_buffer(size_t *buffer_size);
121/* on some platforms strcmp() seems to be a tricky define which 121/* on some platforms strcmp() seems to be a tricky define which
122 * breaks if we write down strcmp's prototype */ 122 * breaks if we write down strcmp's prototype */
123#undef strcmp 123#undef strcmp
124#undef strncmp
125#undef strchr
124 126
125#ifdef PLUGIN 127#ifdef PLUGIN
126 128