Index: libmnl-1.0.3/src/internal.h =================================================================== --- libmnl-1.0.3.orig/src/internal.h 2011-02-03 11:40:52.000000000 +0100 +++ libmnl-1.0.3/src/internal.h 2013-02-06 18:30:22.504500591 +0100 @@ -6,7 +6,7 @@ # define __visible __attribute__((visibility("default"))) # define EXPORT_SYMBOL(x) typeof(x) (x) __visible #else -# define EXPORT_SYMBOL +# define EXPORT_SYMBOL(x) typeof(x) (x) #endif #endif