From: Nickolai Zeldovich Date: Mon, 23 Apr 2001 08:07:20 +0000 (+0000) Subject: STABLE10-partition-include-headers-to-get-opendir-etc-20010423 X-Git-Tag: openafs-stable-1_0_4~35 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5ac1c2d78756db9746015131cf4a9ac4573d70dd;p=packages%2Fo%2Fopenafs.git STABLE10-partition-include-headers-to-get-opendir-etc-20010423 so namei code comes closer to being useful in more cases --- diff --git a/src/vol/partition.c b/src/vol/partition.c index e1eb72084..fa8c3c420 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"