fix compiler warning about undeclared function by adding include file

This commit is contained in:
Harald Welte 2009-02-09 17:54:43 +00:00
parent 9383de3010
commit 0b4c34e3ca
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <openbsc/gsm_04_08.h>
#include <openbsc/abis_rsl.h>
#include <openbsc/chan_alloc.h>
#include <openbsc/paging.h>
#define GSM48_ALLOC_SIZE 1024
#define GSM48_ALLOC_HEADROOM 128