From 534a4b28977e1ab780e843b9ad25e2f3da463f6d Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 6 Nov 2018 17:10:31 +0100 Subject: 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 --- include/osmocom/gsm/protocol/gsm_29_118.h | 1 + 1 file changed, 1 insertion(+) 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 /* TS 29.118 Section 9.2 */ enum sgsap_msg_type { -- cgit v1.2.3