commit | 9bf35c8dddd56f7f247a27346f74f5adc18071f4 | [log] [tgz] |
---|---|---|
author | Paulius Zaleckas <paulius.zaleckas@gmail.com> | Sun Mar 21 21:19:02 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 21 21:19:02 2010 -0700 |
tree | ef9ed9d9df82742bfc93981e0eba6c559b0d4413 | |
parent | 5e016cbf6cffd4a53b7922e0c91b775399d7fe47 [diff] |
if_tunnel.h: add missing ams/byteorder.h include When compiling userspace application which includes if_tunnel.h and uses GRE_* defines you will get undefined reference to __cpu_to_be16. Fix this by adding missing #include <asm/byteorder.h> Cc: stable@kernel.org Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>