X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fnfs%2Fmount.c;h=b79b7f70735076262b4e29dc57a6a6a55baab2d4;hp=212eaedcf346b898f1c6c310a70b363b5a265931;hb=e6862ec8ae269217f3596f5af84747868b983afb;hpb=f91748e6a99dfd3b6565aed4e98e84b4365eb9c2 diff --git a/ccan/nfs/mount.c b/ccan/nfs/mount.c index 212eaedc..b79b7f70 100644 --- a/ccan/nfs/mount.c +++ b/ccan/nfs/mount.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) by Ronnie Sahlberg 2010 This program is free software; you can redistribute it and/or modify @@ -18,10 +18,10 @@ #include #include #include -#include "libnfs.h" +#include "nfs.h" #include "libnfs-raw.h" #include "libnfs-private.h" -#include "libnfs-raw-mount.h" +#include "rpc/mount.h" int rpc_mount_null_async(struct rpc_context *rpc, rpc_cb cb, void *private_data)