From a574d1e742a4efd4a7d6a641238d04803d6818bf Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Fri, 6 Apr 2001 19:11:44 +0000 Subject: [PATCH] partition-include-headers-to-get-opendir-etc-20010406 so namei code comes closer to being useful in more cases --- src/vol/partition.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/vol/partition.c b/src/vol/partition.c index e1eb720..fa8c3c4 100644 --- a/src/vol/partition.c +++ b/src/vol/partition.c @@ -24,7 +24,8 @@ #include #else #include - +#include + #if AFS_HAVE_STATVFS #include #endif /* AFS_HAVE_STATVFS */ @@ -109,7 +110,12 @@ #include "ntops.h" #else #include "namei_ops.h" -#endif +#if defined(AFS_SGI_ENV) +#include +#else +#include +#endif /* AFS_SGI_ENV */ +#endif /* AFS_NT40_ENV */ #endif /* AFS_NAMEI_ENV */ #include "vnode.h" #include "volume.h" -- 1.9.4