]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
completion-deal-with-redhat-patch-20020930
authorDerrick Brashear <shadow@dementia.org>
Mon, 30 Sep 2002 20:25:29 +0000 (20:25 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 30 Sep 2002 20:25:29 +0000 (20:25 +0000)
just include the header directly if we caN

src/afs/sysincludes.h

index 1d89b9f6772f6436e989e70ea6d4591e98403e84..3f925a61aeacce372d8b1bd8b431abb889058fa4 100644 (file)
@@ -72,6 +72,9 @@ struct xfs_inode_info {};
 #include <linux/string.h>
 #include <asm/semaphore.h>
 #include <linux/errno.h>
+#ifdef COMPLETION_H_EXISTS
+#include <linux/completion.h>
+#endif
 
 #else /* AFS_LINUX22_ENV */
 #if defined(AFS_DARWIN_ENV)