vol: remove warning on use of DFlushVolume

Include the afs/dir.h header on Windows to avoid
warnings caused by the missing prototype.

Change-Id: I841a330bb13c84076b1453befb1d8469ee64b82a
Reviewed-on: http://gerrit.openafs.org/4148
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Jeffrey Altman 2011-03-05 14:29:38 -05:00 committed by Jeffrey Altman
parent 2a17517ee7
commit d69da816c6

View File

@ -127,8 +127,8 @@
#include "common.h"
#include "afs/afs_assert.h"
#include "vutils.h"
#ifndef AFS_NT40_ENV
#include <afs/dir.h>
#ifndef AFS_NT40_ENV
#include <unistd.h>
#endif