aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-14 17:28:57 +0200
committerneels <nhofmeyr@sysmocom.de>2020-05-15 16:10:09 +0000
commit12f109b299a1bcee8cee956fa76681d52ee86fe6 (patch)
tree873690cf58e67ebc4e8618b29e7e3ed04ee25604
parent5785a4a8fc3c0c685e02b969ad07c1751502f0d5 (diff)
add missing endian.h in gsm_23_041.h
-rw-r--r--include/osmocom/gsm/protocol/gsm_23_041.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_23_041.h b/include/osmocom/gsm/protocol/gsm_23_041.h
index c75c0883..e60c3243 100644
--- a/include/osmocom/gsm/protocol/gsm_23_041.h
+++ b/include/osmocom/gsm/protocol/gsm_23_041.h
@@ -1,5 +1,7 @@
#pragma once
+#include <osmocom/core/endian.h>
+
/* Section 9.4.1.2: GSM Message Format */
struct gsm23041_msg_param_gsm {
uint16_t serial_nr;