aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-09-10 16:42:00 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2020-09-21 16:06:37 +0200
commit4692a1c3bf001d326b36c7182d3b380a2a7fdb93 (patch)
tree49daa2dd0db41da03fd83cdee928842760a0101b
parent34e94f3c3a791c35718a3e04715f2b48555c5598 (diff)
gsm_08_16.h: Add missing header
utils.h is needed for struct value_string This probably never caused a problem because every file including gsm_08_16.h also included utils.h, but we should still include the file here. Change-Id: Iae09b4e8e42be6c371fb34279b7981db2af8cf4c
-rw-r--r--include/osmocom/gprs/protocol/gsm_08_16.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gprs/protocol/gsm_08_16.h b/include/osmocom/gprs/protocol/gsm_08_16.h
index e035ebf0..f98f68dd 100644
--- a/include/osmocom/gprs/protocol/gsm_08_16.h
+++ b/include/osmocom/gprs/protocol/gsm_08_16.h
@@ -7,6 +7,7 @@
#include <stdint.h>
#include <arpa/inet.h>
+#include <osmocom/core/utils.h>
/*! \addtogroup libgb
* @{