Index: libnetfilter_queue-1.0.2-flx2.1/src/internal.h =================================================================== --- libnetfilter_queue-1.0.2-flx2.1.orig/src/internal.h 2013-02-07 15:49:02.133872445 +0100 +++ libnetfilter_queue-1.0.2-flx2.1/src/internal.h 2013-02-07 15:50:21.845873870 +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 struct iphdr;