X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fsrc%2Fipc_c_tcp.c;fp=textclient%2Fsrc%2Fipc_c_tcp.c;h=d87cdf5b7157dd9e9748c20b9f1d74d6e6e45252;hb=e5b0ab22468d49791f864e1648ded8d0173a6b2e;hp=a6cae96c7335bc297006b518e7a7687caa27365b;hpb=5a202656af01ddc9db0640e4cc7a84f5974bc2d4;p=citadel.git diff --git a/textclient/src/ipc_c_tcp.c b/textclient/src/ipc_c_tcp.c index a6cae96c7..d87cdf5b7 100644 --- a/textclient/src/ipc_c_tcp.c +++ b/textclient/src/ipc_c_tcp.c @@ -21,13 +21,41 @@ #include #include #include -#include "citadel.h" +//#include "citadel.h" #include "citadel_ipc.h" -#include "citadel_decls.h" -#ifndef HAVE_SNPRINTF -#include "snprintf.h" -#endif +//#include "citadel_decls.h" +//#ifndef HAVE_SNPRINTF +//#include "snprintf.h" +//#endif #include "commands.h" +#include +#include +#include +#include +#include +#include +#include + +#if TIME_WITH_SYS_TIME +# include +# include +#else +# if HAVE_SYS_TIME_H +# include +# else +# include +# endif +#endif + +#ifdef HAVE_TERMIOS_H +#include +#else +#include +#endif + +#ifdef HAVE_SYS_SELECT_H +#include +#endif /* Note that some of these functions may not work with multiple instances. */