diff --git a/openbsc/include/openbsc/chan_alloc.h b/openbsc/include/openbsc/chan_alloc.h index 63f875b0e..bf50fa5a3 100644 --- a/openbsc/include/openbsc/chan_alloc.h +++ b/openbsc/include/openbsc/chan_alloc.h @@ -21,7 +21,7 @@ #ifndef _CHAN_ALLOC_H #define _CHAN_ALLOC_H -#include "gsm_subscriber.h" +#include "gsm_data.h" struct gsm_subscriber_connection; diff --git a/openbsc/src/chan_alloc.c b/openbsc/src/chan_alloc.c index ff5600bf3..5c1644642 100644 --- a/openbsc/src/chan_alloc.c +++ b/openbsc/src/chan_alloc.c @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include