X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fpdu.c;h=8de51d2fb56025ea7750f84f7126afd5b412eb58;hb=6fda9871a037fdbac341f55f0b9a175e3977281e;hp=5dff51780d6b2edfe21ec5c03265c8515c810e07;hpb=108c622a9561676b4df437c318959f79e42d4675;p=deb_libnfs.git diff --git a/lib/pdu.c b/lib/pdu.c index 5dff517..8de51d2 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -14,21 +14,33 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef AROS #include "aros_compat.h" #endif #ifdef WIN32 #include "win32_compat.h" -#else +#endif + +#ifdef HAVE_NETINET_IN_H +#include +#endif + +#ifdef HAVE_SYS_SOCKET_H +#include +#endif + +#ifdef HAVE_STRINGS_H #include -#endif/*WIN32*/ +#endif #include #include #include -#include -#include #include #include #include "slist.h" @@ -218,7 +230,7 @@ int rpc_process_pdu(struct rpc_context *rpc, char *buf, int size) struct rpc_pdu *pdu; ZDR zdr; int pos, recordmarker = 0; - unsigned int xid; + uint32_t xid; char *reasbuf = NULL; assert(rpc->magic == RPC_CONTEXT_MAGIC);