Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap_test.c

Change-Id: Id524327b3f44e22e3aa44c5e8e4965b084cb326a
This commit is contained in:
Max 2017-01-12 16:47:13 +01:00
parent c32bfd5824
commit 2f0b0c955b
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <osmocom/core/logging.h>
#include <osmocom/gsm/gsm48.h>
#include <osmocom/gsm/gsm0480.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/protocol/gsm_03_40.h>
#include <osmocom/gsm/protocol/gsm_04_11.h>

View File

@ -82,6 +82,7 @@
#include <osmocom/core/utils.h>
#include <osmocom/core/talloc.h>
#include <osmocom/gsm/lapd_core.h>
#include <osmocom/gsm/rsl.h>
/* TS 04.06 Table 4 / Section 3.8.1 */
#define LAPD_U_SABM 0x7

View File

@ -21,6 +21,7 @@
*
*/
#include <osmocom/core/application.h>
#include <osmocom/core/logging.h>
#include <osmocom/core/utils.h>
#include <osmocom/gsm/oap.h>