X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=17ea68c4273532e7b975e386415ea2060193d8b2;hp=b16012db30b12672396d376435ded38f551c420d;hb=e233557e40043050c72b46d4b32b3a04cfd3d947;hpb=3f7ef909c907a374a1760ffae0c01b49487f18d7 diff --git a/main.h b/main.h index b16012d..17ea68c 100644 --- a/main.h +++ b/main.h @@ -11,6 +11,7 @@ #include #include +#include #include #include #include @@ -29,6 +30,8 @@ #include #include #include +#include +#include #define NAME "LCR" @@ -145,11 +148,21 @@ void debug(const char *file, const char *function, int line, const char *prefix, #include "appbridge.h" #include "callerid.h" #include "route.h" +#ifdef WITH_VOOTP + #ifdef __cplusplus + extern "C" { + #endif +#include + #ifdef __cplusplus + } + #endif +#endif #include "port.h" #include "remote.h" #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"