X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=afa37d2cbd3235e4c2c72a4d17905879ec70b8ed;hb=f6cfbe16bfc252b46532f699b496e4a41a1a1c22;hp=c50f623bd7651495c05719e3ec96e9189867546e;hpb=6cff1dca81b60fcd75e19f3ed827aae98f643fd1;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index c50f623..afa37d2 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -48,7 +48,6 @@ #include #include #include -#include "fcalias.h" #ifndef FC_CONFIG_PATH #define FC_CONFIG_PATH "fonts.conf" @@ -114,6 +113,8 @@ /* slim_internal.h */ #if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__) #define FcPrivate __attribute__((__visibility__("hidden"))) +#define HAVE_GNUC_ATTRIBUTE 1 +#include "fcalias.h" #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) #define FcPrivate __hidden #else /* not gcc >= 3.3 and not Sun Studio >= 8 */