From b5f3af865036dce44d6644aaea43c3755c769f78 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). 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 --- 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 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" -- 2.39.5