From 7b4dc346777675138d5fba6e02b7c48c8aa02b9d Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 14 Nov 2002 20:20:39 +0000 Subject: [PATCH] just include the header directly if we caN (cherry picked from commit 0b8ff6366f0bb052afeb25b2bc5f7689c0dbc819) --- src/afs/sysincludes.h | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.5