summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-11-10 22:38:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2013-11-10 22:38:53 +0100
commit693e922e82914f6ea5e2184c5487af1e1b4881b8 (patch)
treeba2b5a59a741811df74aa7fb318a66ced934bedc /compat
parent1388eaa16c8717eb3cc5309bb49aee1c1ab860a1 (diff)
fix build
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'compat')
-rw-r--r--compat/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/compat.h b/compat/compat.h
index 8c307b14..0e488752 100644
--- a/compat/compat.h
+++ b/compat/compat.h
@@ -25,7 +25,7 @@
# elif defined(_WIN32)
# define COMPAT_EXPORT __declspec(dllimport)
# else
-# define COMPAT_EXPORT
+# define COMPAT_EXPORT __attribute__ ((visibility ("default")))
# endif
#else
# define COMPAT_EXPORT