X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.c;h=5302971975a7bdc665a18a3679f2d26617d2d187;hb=76c3727aac232bb2b3606ff5744a0c1fe8d60976;hp=0ca35238d44ae769c798ce7896e85ecd1ab7aa07;hpb=1b7db6048c094ee48951ae9a354dcfd6209425ad;p=pazpar2-moved-to-github.git diff --git a/src/session.c b/src/session.c index 0ca3523..5302971 100644 --- a/src/session.c +++ b/src/session.c @@ -35,6 +35,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #if HAVE_UNISTD_H #include #endif +#ifdef WIN32 +#include +#endif #include #include #include @@ -1137,6 +1140,7 @@ static int ingest_to_cluster(struct client *cl, \param cl client holds the result set for record \param rec record buffer (0 terminated) \param record_no record position (1, 2, ..) + \param nmem working NMEM \retval 0 OK \retval -1 failure */