X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fnfsc%2Flibnfs-zdr.h;h=5d9fe7c2cbdb387cf48e8e61de33d51927cd53cd;hb=67a9f57e67c3b2c147969c752532fd55eb99259c;hp=aae56be0ceabfc45641d3499ad03a5c3bc42f62a;hpb=e083c2a0900ae13191b62a30db34fc5b57ce621b;p=deb_libnfs.git diff --git a/include/nfsc/libnfs-zdr.h b/include/nfsc/libnfs-zdr.h index aae56be..5d9fe7c 100644 --- a/include/nfsc/libnfs-zdr.h +++ b/include/nfsc/libnfs-zdr.h @@ -29,6 +29,13 @@ #ifndef _LIBNFS_ZDR_H_ #define _LIBNFS_ZDR_H_ +#ifdef WIN32 +#ifndef CADDR_T_DEFINED +#define CADDR_T_DEFINED +typedef char *caddr_t; +#endif +#endif + #include #include #include @@ -41,6 +48,7 @@ /* we dont need these */ typedef void CLIENT; struct svc_req { + int _dummy_; }; typedef void SVCXPRT;