X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fspipe.c;h=a2ee2681a09d91de4dd651a01410d7d31d35780c;hp=f42c8f102444ba70a13f16d1810d48a1072a23ec;hb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;hpb=7dc39ebcca4138d27f9a0e5082b2829a7c96375a diff --git a/src/spipe.c b/src/spipe.c index f42c8f1..a2ee268 100644 --- a/src/spipe.c +++ b/src/spipe.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ @@ -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];