aboutsummaryrefslogtreecommitdiffstats
path: root/src/wdatutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wdatutil.c')
-rw-r--r--src/wdatutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wdatutil.c b/src/wdatutil.c
index a549c26..b3bf84e 100644
--- a/src/wdatutil.c
+++ b/src/wdatutil.c
@@ -245,6 +245,7 @@ static void
wavedata_write_prototype(FILE* wdat_fp,
const char* data_name)
{
+ fprintf(wdat_fp, "__attribute__((visibility(\"default\")))\n");
fprintf(wdat_fp, "int\n");
fprintf(
wdat_fp,