Make tcp_hpts.c compile a LINT kernel with options RSS and PCBGROUPS added by adding the missing include files and changing a the type of cpuid which would otherwise cause a false comparison with NETISR_CPUID_NONE.
Side note:
Makes me wonder why this code uses a uint16_t rather than a uint_t we use everywhere else?