]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volinfo: Include nfs.h
authorAndrew Deason <adeason@sinenomine.net>
Wed, 10 Aug 2011 15:23:40 +0000 (10:23 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 13 Aug 2014 18:21:21 +0000 (14:21 -0400)
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 <buildbot@rampaginggeek.com>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 2cd9d0536b173bf8c983aecd8599de0a82610151)

Change-Id: I8c4b1c096b617a3ed62b8e1c7b8677ee7de2a56e
Reviewed-on: http://gerrit.openafs.org/11262
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/vol/vol-info.c

index b8b8491299f3a9ba335d85cd99989ac17abaad7a..f8dc607a566546080abb823b1fd737fd6257c94f 100644 (file)
@@ -37,6 +37,7 @@
 #include <afs/afsint.h>
 #include <afs/errors.h>
 
+#include "nfs.h"
 #include "lock.h"
 #include "ihandle.h"
 #include "vnode.h"