From 693e922e82914f6ea5e2184c5487af1e1b4881b8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 10 Nov 2013 22:38:53 +0100 Subject: fix build Signed-off-by: Stanislaw Halik --- compat/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3