From 70a7e29bc0ad770d56a11e45d0bea84727eed755 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Wed, 18 May 2005 14:52:24 +0000 Subject: [PATCH] linux-str-inlines-20050518 add #include in the param file after fixes unresolved ref to strlen from xdr.o via inline --- src/config/param.i386_linux26.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/param.i386_linux26.h b/src/config/param.i386_linux26.h index 60146da33..e89e5ef00 100644 --- a/src/config/param.i386_linux26.h +++ b/src/config/param.i386_linux26.h @@ -30,8 +30,8 @@ #if defined(__KERNEL__) && !defined(KDUMP_KERNEL) #include - #include +#include #ifdef CONFIG_SMP #ifndef AFS_SMP #define AFS_SMP 1 -- 2.39.5