From: Derrick Brashear Date: Thu, 14 Nov 2002 20:20:39 +0000 (+0000) Subject: just include the header directly if we caN X-Git-Tag: openafs-stable-1_2_8~56 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7b4dc346777675138d5fba6e02b7c48c8aa02b9d;p=packages%2Fo%2Fopenafs.git just include the header directly if we caN (cherry picked from commit 0b8ff6366f0bb052afeb25b2bc5f7689c0dbc819) --- diff --git a/src/afs/sysincludes.h b/src/afs/sysincludes.h index ecaa173b9..5f5d0aab6 100644 --- a/src/afs/sysincludes.h +++ b/src/afs/sysincludes.h @@ -72,6 +72,9 @@ struct xfs_inode_info {}; #include #include #include +#ifdef COMPLETION_H_EXISTS +#include +#endif #else /* AFS_LINUX22_ENV */ #if defined(AFS_DARWIN_ENV)