commit | 248b85a47a0e5ad4c93140eaabc23c936821dd26 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Jan 17 16:53:22 2007 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Jan 17 16:53:22 2007 +0300 |
tree | 8999e3e76629d6240d0a9297a284a33d235e3dcc | |
parent | eb4d8b9dc03fef8223b4b281bd629b85d8a9007d [diff] |
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.