X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=75613d701bf67b034c563d0c1f7cce0ecc310e74;hb=717cc58e61cd43db43353027c383883cadde8251;hp=ab2b583dea940a5e12b46ab14840c2bd9b040c9b;hpb=67ba2239cbbe37413a1eb0a649d780a2a63a3133;p=deb_libnfs.git diff --git a/include/libnfs.h b/include/libnfs.h index ab2b583..75613d7 100644 --- a/include/libnfs.h +++ b/include/libnfs.h @@ -18,6 +18,9 @@ * This is the highlevel interface to access NFS resources using a posix-like interface */ #include +#if defined(ANDROID) +#include +#endif struct nfs_context; struct rpc_context;