X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fodhcp6c.h;h=08a816f4446dd893d89db315bf6f8932200ab2b8;hb=ec7f4701b348f5c4c3191ca83ecd8453c431c432;hp=98d91dd1bb415eeb637cef789eea2a277095d510;hpb=8a8005f7ca8973702b36e711993bfff89ca9600c;p=odhcp6c.git 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]))