From 0b8ff6366f0bb052afeb25b2bc5f7689c0dbc819 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 30 Sep 2002 20:25:29 +0000 Subject: [PATCH] completion-deal-with-redhat-patch-20020930 just include the header directly if we caN --- src/afs/sysincludes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/afs/sysincludes.h b/src/afs/sysincludes.h index 1d89b9f67..3f925a61a 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