[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100319150926.11037.39136.stgit@pauliusz>
Date: Fri, 19 Mar 2010 17:09:26 +0200
From: Paulius Zaleckas <paulius.zaleckas@...il.com>
To: davem@...emloft.net
Cc: contact@...chahlusiak.de, eric.dumazet@...il.com,
Fred.L.Templin@...ing.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2] 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@...nel.org
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@...il.com>
---
include/linux/if_tunnel.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/if_tunnel.h b/include/linux/if_tunnel.h
index 1822d63..16b92d0 100644
--- a/include/linux/if_tunnel.h
+++ b/include/linux/if_tunnel.h
@@ -2,6 +2,7 @@
#define _IF_TUNNEL_H_
#include <linux/types.h>
+#include <asm/byteorder.h>
#ifdef __KERNEL__
#include <linux/ip.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists