summaryrefslogtreecommitdiff
path: root/src/xine-utils/attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/attributes.h')
-rw-r--r--src/xine-utils/attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h
index 2179823c8..c6bbe1b78 100644
--- a/src/xine-utils/attributes.h
+++ b/src/xine-utils/attributes.h
@@ -31,7 +31,7 @@
#endif
/* disable GNU __attribute__ extension, when not compiling with GNU C */
-#if defined(__GNUC__)
+#if defined(__GNUC__) || defined (__ICC)
#ifndef ATTRIBUTE_PACKED
#define ATTRIBUTE_PACKED 1
#endif