From: Andrew Deason Date: Wed, 10 Aug 2011 15:23:40 +0000 (-0500) Subject: volinfo: Include nfs.h X-Git-Tag: upstream/1.6.10_pre1^2~22 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b5f3af865036dce44d6644aaea43c3755c769f78;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). Reviewed-on: http://gerrit.openafs.org/5185 Tested-by: BuildBot Tested-by: Andrew Deason Reviewed-by: Derrick Brashear (cherry picked from commit 2cd9d0536b173bf8c983aecd8599de0a82610151) Change-Id: I8c4b1c096b617a3ed62b8e1c7b8677ee7de2a56e Reviewed-on: http://gerrit.openafs.org/11262 Reviewed-by: Andrew Deason Reviewed-by: Chas Williams - CONTRACTOR Tested-by: BuildBot Reviewed-by: Stephan Wiesand --- diff --git a/src/vol/vol-info.c b/src/vol/vol-info.c index b8b849129..f8dc607a5 100644 --- a/src/vol/vol-info.c +++ b/src/vol/vol-info.c @@ -37,6 +37,7 @@ #include #include +#include "nfs.h" #include "lock.h" #include "ihandle.h" #include "vnode.h"