diff options
Diffstat (limited to 'src/xine-utils/attributes.h')
-rw-r--r-- | src/xine-utils/attributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index 5e4afaa73..e7e48d5af 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -29,7 +29,9 @@ /* disable GNU __attribute__ extension, when not compiling with GNU C */ #if defined(__GNUC__) +#ifndef ATTRIBUTE_PACKED #define ATTRIBUTE_PACKED 1 +#endif #else #undef ATTRIBUTE_PACKED #define __attribute__(x) /**/ |