Minor fix: remote.c -> remote.cpp in Makefile.am
[lcr.git] / main.h
diff --git a/main.h b/main.h
index 7f34911..7aad3c2 100644 (file)
--- a/main.h
+++ b/main.h
@@ -29,7 +29,6 @@
 #include <sys/file.h>
 #include <sys/mman.h>
 #include <sys/resource.h>
-#include <config.h>
 
 #define NAME           "LCR"
 
@@ -149,9 +148,17 @@ extern "C" {
 #include "port.h"
 #include "mISDN.h"
 #include "dss1.h"
-#ifdef WITH_GSM
+#include "loop.h"
+#include "remote.h"
+#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"