From d545384a2b719f84a9a27ca7502f05325a49e646 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Mon, 17 Jan 2000 10:27:29 +0000 Subject: Try a more complex (and more correct?) method for finding kernel inlcude files --- linux/picker.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/picker.c') diff --git a/linux/picker.c b/linux/picker.c index 186f28b2..ecdb2c15 100644 --- a/linux/picker.c +++ b/linux/picker.c @@ -1,4 +1,5 @@ #include +#include #ifndef CONFIG_SMP #define CONFIG_SMP 0 @@ -10,3 +11,4 @@ SMP = CONFIG_SMP MODVERSIONS = CONFIG_MODVERSIONS +RELEASE = UTS_RELEASE -- cgit v1.2.3