rsl.c: Add missing #include of gsm0808.h

This fixes the below compile error:

rsl.c:900:43: error: ‘gsm0808_chosen_enc_alg_names’ undeclared (first use in this function)

Change-Id: I4aed0242737602e61b785862e3c37c963bf48455
This commit is contained in:
Harald Welte 2019-03-27 10:50:03 +01:00 committed by Oliver Smith
parent d785da5943
commit 69dd672305
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <osmocom/core/talloc.h>
#include <osmocom/gsm/rsl.h>
#include <osmocom/gsm/lapdm.h>
#include <osmocom/gsm/gsm0808.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
#include <osmocom/gsm/protocol/gsm_08_58.h>
#include <osmocom/gsm/protocol/ipaccess.h>