X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-bcast.c;h=9f7076b0b3d34517990bbea6ba42305b1bb81b9b;hb=00748f36c57324ccc2cb21ac9af45d15821cf675;hp=498e0e7f4fcbad8c4b79ec84533cbe9d930cf849;hpb=4b307c17146bd8a0d591c99f1b40b0f0cbc38174;p=deb_libnfs.git diff --git a/examples/nfsclient-bcast.c b/examples/nfsclient-bcast.c index 498e0e7..9f7076b 100644 --- a/examples/nfsclient-bcast.c +++ b/examples/nfsclient-bcast.c @@ -17,21 +17,39 @@ /* Example program using the lowlevel raw broadcast interface. */ - +#ifdef HAVE_CONFIG_H #include "config.h" -#include +#endif + +#ifdef WIN32 +#include "win32_compat.h" +#endif + +#ifdef HAVE_POLL_H +#include +#endif + +#ifdef HAVE_UNISTD_H #include +#endif + +#include #include #include -#include #include #include -#include #include #include #include + +#ifdef HAVE_SYS_IOCTL_H +#include +#endif + +#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" +#include "libnfs-private.h" #include "libnfs-raw-mount.h" #include "libnfs-raw-portmap.h"