From: Jeffrey Altman Date: Sat, 5 Mar 2011 19:29:38 +0000 (-0500) Subject: vol: remove warning on use of DFlushVolume X-Git-Tag: upstream/1.6.1.pre1^2~54 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8c74ddc6c7658acdc827069a64e9b7a05cfe1bf5;p=packages%2Fo%2Fopenafs.git vol: remove warning on use of DFlushVolume Include the afs/dir.h header on Windows to avoid warnings caused by the missing prototype. Reviewed-on: http://gerrit.openafs.org/4148 Reviewed-by: Derrick Brashear Tested-by: BuildBot Reviewed-by: Jeffrey Altman (cherry picked from commit d69da816c6e961ef5e22df289ad5667cd8568b4c) Change-Id: I1f128f676a6d099b2d9534e28c6302de78b0ff2d Reviewed-on: http://gerrit.openafs.org/6273 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/vol/volume.c b/src/vol/volume.c index ad5c1475d..ea2182096 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -126,8 +126,8 @@ #include "common.h" #include "afs/afs_assert.h" #include "vutils.h" -#ifndef AFS_NT40_ENV #include +#ifndef AFS_NT40_ENV #include #endif