X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-raw.c;h=80a38f0a07944209137395477f87275ef9206438;hb=eda77ec3f3ca58b7f401f120fa3da20bf90537d1;hp=2d5104f26c028f236f04fc417229de865b0b4ae5;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675;p=deb_libnfs.git diff --git a/examples/nfsclient-raw.c b/examples/nfsclient-raw.c index 2d5104f..80a38f0 100644 --- a/examples/nfsclient-raw.c +++ b/examples/nfsclient-raw.c @@ -32,10 +32,13 @@ #include #endif +#ifdef HAVE_NETINET_IN_H +#include +#endif + #include #include #include -#include #include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h"