diff -U4 -r NVIDIA-Linux-x86-1.0-7182-pkg1/usr/src/nv/conftest.sh NVIDIA-Linux-x86-1.0-7182-pkg1+byte/usr/src/nv/conftest.sh --- NVIDIA-Linux-x86-1.0-7182-pkg1/usr/src/nv/conftest.sh 2006-07-15 10:30:06.000000000 +0100 +++ NVIDIA-Linux-x86-1.0-7182-pkg1+byte/usr/src/nv/conftest.sh 2006-07-15 10:30:13.000000000 +0100 @@ -561,9 +561,10 @@ # # Is 'rlim' a member of current->signal? # - echo "#include + echo "#include + #include struct rlimit *conftest_signal_struct_rlim(void) { return current->signal->rlim; }" > conftest$$.c @@ -660,9 +661,10 @@ # # Does linux/pm.h declare the pm_message_t type? # - echo "#include + echo "#include + #include void conftest_pm_message_t(pm_message_t state) { pm_message_t *p = &state; }" > conftest$$.c