From: Derrick Brashear Date: Mon, 30 Sep 2002 20:25:29 +0000 (+0000) Subject: completion-deal-with-redhat-patch-20020930 X-Git-Tag: openafs-devel-1_3_50~595 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=0b8ff6366f0bb052afeb25b2bc5f7689c0dbc819 completion-deal-with-redhat-patch-20020930 just include the header directly if we caN --- diff --git a/src/afs/sysincludes.h b/src/afs/sysincludes.h index 1d89b9f..3f925a6 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)