From ef7f18e35a08b8a7a24cbef71a1b7bf4325ac2c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 25 Jul 2015 15:11:10 +0000 Subject: Fix compilation with default hidden visibility. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@5696 a436a847-0d15-0410-975c-d299462d15a1 --- src/wdatutil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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, -- cgit v1.2.1