diff options
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r-- | src/video_out/alphablend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h index 71ecc73cd..05683924c 100644 --- a/src/video_out/alphablend.h +++ b/src/video_out/alphablend.h @@ -32,7 +32,7 @@ #undef PRAGMA_PACK_BEGIN #undef PRAGMA_PACK_END -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) +#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) || defined(__ICC) #define ATTRIBUTE_PACKED __attribute__ ((packed)) #define PRAGMA_PACK 0 #endif |