X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=1d89398e55a85a60616361754c2078b4b2435fac;hp=7f3491191b9088e03652725d2f74e3ab91322071;hb=a12d7eee22a72f4c999535892763dde15212e89e;hpb=0f805e041a900551a8c3cf9a75a78c2b34e1977c diff --git a/main.h b/main.h index 7f34911..1d89398 100644 --- a/main.h +++ b/main.h @@ -149,9 +149,15 @@ extern "C" { #include "port.h" #include "mISDN.h" #include "dss1.h" -#ifdef WITH_GSM +#if defined WITH_GSM_BS || defined WITH_GSM_MS #include "gsm.h" #endif +#ifdef WITH_GSM_BS +#include "gsm_bs.h" +#endif +#ifdef WITH_GSM_MS +#include "gsm_ms.h" +#endif #ifdef WITH_SS5 #include "ss5_encode.h" #include "ss5_decode.h"