summaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h8
1 files changed, 7 insertions, 1 deletions
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"