X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=lib%2Fpdu.c;h=5dff51780d6b2edfe21ec5c03265c8515c810e07;hp=e4f296b5eed70d71846b95adff94dfbeaee55c2f;hb=108c622a9561676b4df437c318959f79e42d4675;hpb=00748f36c57324ccc2cb21ac9af45d15821cf675 diff --git a/lib/pdu.c b/lib/pdu.c index e4f296b..5dff517 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -14,6 +14,10 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ +#ifdef AROS +#include "aros_compat.h" +#endif + #ifdef WIN32 #include "win32_compat.h" #else @@ -33,10 +37,6 @@ #include "libnfs-raw.h" #include "libnfs-private.h" -#ifdef AROS -#include "aros_compat.h" -#endif - struct rpc_pdu *rpc_allocate_pdu(struct rpc_context *rpc, int program, int version, int procedure, rpc_cb cb, void *private_data, zdrproc_t zdr_decode_fn, int zdr_decode_bufsize) { struct rpc_pdu *pdu;