X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fodhcp6c.h;h=08a816f4446dd893d89db315bf6f8932200ab2b8;hp=98d91dd1bb415eeb637cef789eea2a277095d510;hb=687b3c65c0460dd8c4ba7e63e3ae0ab20836e6e8;hpb=8a8005f7ca8973702b36e711993bfff89ca9600c diff --git a/src/odhcp6c.h b/src/odhcp6c.h index 98d91dd..08a816f 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -18,6 +18,7 @@ #define _unused __attribute__((unused)) #define _packed __attribute__((packed)) +#define __aligned(n) __attribute__((aligned(n))) #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))