X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=8e45581858eef68cff5e873f0afbce7c59c10d9b;hp=7f3491191b9088e03652725d2f74e3ab91322071;hb=3fd79822b115b5a4d4eb1e3c490c5e0c254c9914;hpb=c4fcb0668c607cb0135444274ff62572cf6111c4 diff --git a/main.h b/main.h index 7f34911..8e45581 100644 --- a/main.h +++ b/main.h @@ -29,7 +29,6 @@ #include #include #include -#include #define NAME "LCR" @@ -149,9 +148,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"