work on chan_lcr
[lcr.git] / main.h
diff --git a/main.h b/main.h
index 42387b0..eff5b7e 100644 (file)
--- a/main.h
+++ b/main.h
@@ -47,6 +47,8 @@ extern int classuse;
 extern int fduse;
 extern int fhuse;
 
+//extern pthread_mutex_t mutex_lcr; // lcr process mutex
+
 #ifdef SOCKET_MISDN
 extern FILE *debug_fp;
 #else
@@ -134,6 +136,8 @@ extern "C" {
 #ifndef SOCKET_MISDN
 #include <mISDNuser/isdn_net.h>
 #include <mISDNuser/net_l3.h>
+#else
+#include <mbuffer.h>
 #endif
 #ifdef __cplusplus
 }
@@ -146,6 +150,7 @@ extern "C" {
 #include "endpoint.h"
 #include "endpointapp.h"
 #include "apppbx.h"
+#include "callerid.h"
 #include "route.h"
 #include "port.h"
 #include "mISDN.h"