X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=8e45581858eef68cff5e873f0afbce7c59c10d9b;hp=9b750e16660345d3bee9cbe1632633794932b92f;hb=3fd79822b115b5a4d4eb1e3c490c5e0c254c9914;hpb=b0bd74e35e935aa976b68c594def4e8d2c22ef95 diff --git a/main.h b/main.h index 9b750e1..8e45581 100644 --- a/main.h +++ b/main.h @@ -29,7 +29,6 @@ #include #include #include -#include #define NAME "LCR" @@ -131,7 +130,7 @@ void debug(const char *function, int line, const char *prefix, char *buffer); #ifdef __cplusplus extern "C" { #endif -#include +#include #ifdef __cplusplus } #endif @@ -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"