Splitted GSM support into BS (network) and MS (mobile) part.
[lcr.git] / main.h
diff --git a/main.h b/main.h
index 7f34911..1d89398 100644 (file)
--- a/main.h
+++ b/main.h
@@ -149,9 +149,15 @@ extern "C" {
 #include "port.h"
 #include "mISDN.h"
 #include "dss1.h"
 #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
 #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"
 #ifdef WITH_SS5
 #include "ss5_encode.h"
 #include "ss5_decode.h"