diff options
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 4fa0471de..0e8e45fd2 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -14,7 +14,7 @@ | |||
14 | 14 | ||
15 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | 15 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
16 | 16 | ||
17 | extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */ | 17 | extern const uint8_t MAC_BCAST_ADDR[6] ALIGN2; /* six all-ones */ |
18 | 18 | ||
19 | 19 | ||
20 | /*** DHCP packet ***/ | 20 | /*** DHCP packet ***/ |