X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs.h;h=75613d701bf67b034c563d0c1f7cce0ecc310e74;hb=252aa90dc87de7a4f6cdaff5a71edc74b9f8bad1;hp=ab2b583dea940a5e12b46ab14840c2bd9b040c9b;hpb=db0c9f4212d6cd009caea8297f79a93a7123054b;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;