Fixed linker flags for chan LCR
[lcr.git] / main.h
diff --git a/main.h b/main.h
index b16012d..b1c407c 100644 (file)
--- a/main.h
+++ b/main.h
@@ -29,6 +29,8 @@
 #include <sys/file.h>
 #include <sys/mman.h>
 #include <sys/resource.h>
+#include <sys/socket.h>
+#include <sys/un.h>
 
 #define NAME           "LCR"
 
@@ -150,6 +152,7 @@ void debug(const char *file, const char *function, int line, const char *prefix,
 #ifdef WITH_MISDN
 #include "mISDN.h"
 #include "dss1.h"
+#include "fxs.h"
 #endif
 #if defined WITH_GSM_BS || defined WITH_GSM_MS
 #include "gsm.h"