OC-2G: Fix missing header

From-Commit: a9eefb54c62a
From-Remote: https://gitlab.com/nrw_noa/osmo-pcu
Change-Id: Ida0592c9da74588a57d9d2d5be40fcf79edcb596
This commit is contained in:
Minh-Quang Nguyen 2017-09-29 08:54:16 -04:00 committed by Daniel Willmann
parent c1e44908fe
commit 4a1796fe76
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include <osmocom/core/gsmtap.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/timer.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>
#include <gprs_debug.h>
#include <pcu_l1_if.h>
#include <osmocom/pcu/pcuif_proto.h>