PBS mom was incorrectly including linux kernel headers, which no longer works on modern systems. This fixes those includes. --- pbs-2.3.12-pw/src/resmom/linux/mom_mach.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN src/resmom/linux/mom_mach.c~no-linux-headers src/resmom/linux/mom_mach.c --- pbs-2.3.12/src/resmom/linux/mom_mach.c~no-linux-headers 2004-04-17 10:56:12.000000000 -0400 +++ pbs-2.3.12-pw/src/resmom/linux/mom_mach.c 2004-04-17 10:56:12.000000000 -0400 @@ -91,7 +91,8 @@ #include #include #include -#include +#include +#include #include #include #include _