aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-11-06 17:10:31 +0100
committerdexter <pmaier@sysmocom.de>2018-11-07 11:35:21 +0000
commit534a4b28977e1ab780e843b9ad25e2f3da463f6d (patch)
treea57a5162fbc4179e98bea57d1bf21b2b8f1612ff
parent860651ebd89072fa6fdcdd2dceeee96e5f088c18 (diff)
gsm_29_118: add missing include to header file
The header file gsm_29_118.h is defining variables of type struct value_string, which is declared in core/utils.h. We should add an include to utils.h to prevent confusion when the header is used. Change-Id: I9f9bb62d29cd068820ad5aa677717bd448de3f4a Related: OS#3615
-rw-r--r--include/osmocom/gsm/protocol/gsm_29_118.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_29_118.h b/include/osmocom/gsm/protocol/gsm_29_118.h
index 24e9de2e..c344f040 100644
--- a/include/osmocom/gsm/protocol/gsm_29_118.h
+++ b/include/osmocom/gsm/protocol/gsm_29_118.h
@@ -1,5 +1,6 @@
#pragma once
+#include <osmocom/core/utils.h>
/* TS 29.118 Section 9.2 */
enum sgsap_msg_type {