summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 5f868e5654..5f98f951e6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -655,7 +655,8 @@ extern unsigned char plugin_end_addr[];
655 plugin_start_addr, plugin_end_addr, plugin_start }; 655 plugin_start_addr, plugin_end_addr, plugin_start };
656#else /* SIMULATOR */ 656#else /* SIMULATOR */
657#define PLUGIN_HEADER \ 657#define PLUGIN_HEADER \
658 const struct plugin_header __header = { \ 658 const struct plugin_header __header \
659 __attribute__((visibility("default"))) = { \
659 PLUGIN_MAGIC, TARGET_ID, PLUGIN_API_VERSION, \ 660 PLUGIN_MAGIC, TARGET_ID, PLUGIN_API_VERSION, \
660 NULL, NULL, plugin_start }; 661 NULL, NULL, plugin_start };
661#endif /* SIMULATOR */ 662#endif /* SIMULATOR */