X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnfs%2Fportmap.c;h=09408aa68f82f7cac8b1f6fb913ad5492f322d23;hp=269aded6781464c9938fa5d7a3fe18e4691edcf9;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=f91748e6a99dfd3b6565aed4e98e84b4365eb9c2 diff --git a/ccan/nfs/portmap.c b/ccan/nfs/portmap.c index 269aded6..09408aa6 100644 --- a/ccan/nfs/portmap.c +++ b/ccan/nfs/portmap.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) by Ronnie Sahlberg 2010 This program is free software; you can redistribute it and/or modify @@ -17,10 +17,10 @@ #include #include -#include "libnfs.h" +#include "nfs.h" #include "libnfs-raw.h" #include "libnfs-private.h" -#include "libnfs-raw-portmap.h" +#include "rpc/portmap.h" int rpc_pmap_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data)