diff --git a/scst/include/scst.h b/scst/include/scst.h index 7c55bb914..4a69a9691 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -79,7 +79,7 @@ typedef _Bool bool; #define __packed __attribute__((packed)) #endif #ifndef __aligned -#define __aligned __attribute__((aligned)) +#define __aligned(x) __attribute__((aligned(x))) #endif #endif