From: Michael Meffie Date: Thu, 17 Apr 2014 13:31:18 +0000 (-0400) Subject: uss: add missing include X-Git-Tag: upstream/1.8.0_pre1^2~707 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7206d4088d823bf535aaddef49dab1653a43a0fe;p=packages%2Fo%2Fopenafs.git uss: add missing include Fix a build error when configured with --enable-uss. The added include defines the VolumeId which is needed by the volser.h. Change-Id: Ifbdaadf4de726ff1da54e93ba47124c5b5eb9cfb Reviewed-on: http://gerrit.openafs.org/11084 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Jeffrey Altman --- diff --git a/src/uss/uss_vol.c b/src/uss/uss_vol.c index 1746f345f..5ea368941 100644 --- a/src/uss/uss_vol.c +++ b/src/uss/uss_vol.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include