aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/amr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/netif/amr.h')
-rw-r--r--include/osmocom/netif/amr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/netif/amr.h b/include/osmocom/netif/amr.h
index 863915e..60dacf6 100644
--- a/include/osmocom/netif/amr.h
+++ b/include/osmocom/netif/amr.h
@@ -60,7 +60,7 @@ struct amr_hdr {
ft:4,
f:1;
#endif
-};
+} __attribute__((packed));
static inline void *osmo_amr_get_payload(struct amr_hdr *amrh)
{