From 04b5b662dba3b1b20df4e0f02e4b2436b4c51e85 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 16 Jan 2019 17:00:15 +0100 Subject: ranap_msg_factory.h: fix enum def within function signature Include RANAP_KeyStatus.h so that we use the global enum RANAP_KeyStatus instead of defining another only within the ranap_new_msg_sec_mod_cmd() function declaration. Change-Id: Ifefaab32afa962dacdaa738a5419cce0a65a4b22 --- include/osmocom/ranap/ranap_msg_factory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/ranap/ranap_msg_factory.h b/include/osmocom/ranap/ranap_msg_factory.h index 120c6e6..f1f3fcc 100644 --- a/include/osmocom/ranap/ranap_msg_factory.h +++ b/include/osmocom/ranap/ranap_msg_factory.h @@ -7,6 +7,7 @@ #include #include #include +#include /*! \brief generate RANAP DIRECT TRANSFER message */ struct msgb *ranap_new_msg_dt(uint8_t sapi, const uint8_t *nas, unsigned int nas_len); -- cgit v1.2.3