From 2cd9d0536b173bf8c983aecd8599de0a82610151 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 10 Aug 2011 10:23:40 -0500 Subject: [PATCH] volinfo: Include nfs.h nfs.h is required for various types used in vol-info.c. Include it. On namei this header gets pulled in indirectly via other means, but on inode it does not (and we shouldn't be relying on such anyway). Change-Id: If917f8c3b0382572d2146450116399498257ffc7 Reviewed-on: http://gerrit.openafs.org/5185 Tested-by: BuildBot Tested-by: Andrew Deason Reviewed-by: Derrick Brashear --- src/vol/vol-info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vol/vol-info.c b/src/vol/vol-info.c index bf7786543..a1f96444b 100644 --- a/src/vol/vol-info.c +++ b/src/vol/vol-info.c @@ -30,6 +30,7 @@ #include #include +#include "nfs.h" #include "lock.h" #include "ihandle.h" #include "vnode.h" -- 2.39.5