Fix ndsend compile with Gentoo linux-headers-2.6.19.2-r2

The problem is abovementioned linux-headers change linux/if.h file in a way
that it does no more include linux/types.h, thus unknown types like __u8 etc.

We add this include explicitly and fix the problem.
1 file changed