X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=examples%2Fnfsclient-bcast.c;h=e9974a8ee7eb65c7adb675ca7ee6939d243c4aea;hp=ae08f16e5fe3f02d681adcbed92b114167ddb585;hb=bff8fe460dcf4b25071fff966d86877b30eeec90;hpb=7057e733c1465661c410b65d90e4c5d0939f1617 diff --git a/examples/nfsclient-bcast.c b/examples/nfsclient-bcast.c index ae08f16..e9974a8 100644 --- a/examples/nfsclient-bcast.c +++ b/examples/nfsclient-bcast.c @@ -38,8 +38,14 @@ #include #include #include + +#ifdef HAVE_NET_IF_H #include +#endif + +#ifdef HAVE_NETDB_H #include +#endif #ifdef HAVE_SYS_IOCTL_H #include