From be8b841a110c5cd094a762633e0f9a0e8ec6d2cc Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 25 Jan 1998 21:06:08 +0000 Subject: [PATCH] * Another patch for Linux/alpha by Christopher C Chimelis (fixes: Bug#17385) --- ksym_mod.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ksym_mod.c b/ksym_mod.c index 54ce47c..4cb4be9 100644 --- a/ksym_mod.c +++ b/ksym_mod.c @@ -55,6 +55,10 @@ * newer than 2.1.18. It was caused by modified structures * inside the kernel that were included. I have worked in a * patch from Alessandro Suardi . + * + * Sun Jan 25 20:57:34 CET 1998: Martin Schulze + * Another patch for Linux/alpha by Christopher C Chimelis + * . */ @@ -70,7 +74,11 @@ #include #include #else /* __GLIBC__ */ +#if !defined(__alpha) #include +#else +#include +#endif /* __alpha */ #endif /* __GLIBC__ */ #include #include