From: Andrew Deason Date: Wed, 10 Aug 2011 15:23:40 +0000 (-0500) Subject: volinfo: Include nfs.h X-Git-Tag: upstream/1.8.0_pre1^2~3422 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2cd9d0536b173bf8c983aecd8599de0a82610151;p=packages%2Fo%2Fopenafs.git 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 --- 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"