From: Nickolai Zeldovich Date: Fri, 6 Apr 2001 19:11:44 +0000 (+0000) Subject: partition-include-headers-to-get-opendir-etc-20010406 X-Git-Tag: openafs-stable-1_1_0~217 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=a574d1e742a4efd4a7d6a641238d04803d6818bf partition-include-headers-to-get-opendir-etc-20010406 so namei code comes closer to being useful in more cases --- 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"