X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-bcast.c;h=62ea6549d29ba295003feeb82932565545c0aa44;hb=17d3cbb13656f98b4b88bdaf15baaf4ca1b5b4ac;hp=ae08f16e5fe3f02d681adcbed92b114167ddb585;hpb=7057e733c1465661c410b65d90e4c5d0939f1617;p=deb_libnfs.git diff --git a/examples/nfsclient-bcast.c b/examples/nfsclient-bcast.c index ae08f16..62ea654 100644 --- a/examples/nfsclient-bcast.c +++ b/examples/nfsclient-bcast.c @@ -37,9 +37,18 @@ #include #include #include + +#ifdef HAVE_SYS_TIME_H #include +#endif + +#ifdef HAVE_NET_IF_H #include +#endif + +#ifdef HAVE_NETDB_H #include +#endif #ifdef HAVE_SYS_IOCTL_H #include