X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fspipe.c;h=52c922aca07d0e43ea6c10a0d2079d7149184707;hp=f42c8f102444ba70a13f16d1810d48a1072a23ec;hb=a5795a2df2095d5a44b012a59426e7b906db3ec9;hpb=7dc39ebcca4138d27f9a0e5082b2829a7c96375a diff --git a/src/spipe.c b/src/spipe.c index f42c8f1..52c922a 100644 --- a/src/spipe.c +++ b/src/spipe.c @@ -49,10 +49,18 @@ #include #endif +#if HAVE_NETINET_IN_H #include +#endif +#if HAVE_NETDB_H #include +#endif +#if HAVE_ARPA_INET_H #include +#endif +#if HAVE_NETINET_TCP_H #include +#endif struct yaz_spipe { int m_fd[2];