summaryrefslogtreecommitdiff
path: root/src/utils/wpabuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/wpabuf.c')
-rw-r--r--src/utils/wpabuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/wpabuf.c b/src/utils/wpabuf.c
index 7aafa0a5169ba..11e7323619de8 100644
--- a/src/utils/wpabuf.c
+++ b/src/utils/wpabuf.c
@@ -17,7 +17,7 @@
struct wpabuf_trace {
unsigned int magic;
-};
+} __attribute__((aligned(8)));
static struct wpabuf_trace * wpabuf_get_trace(const struct wpabuf *buf)
{