aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/gue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/gue.h')
-rw-r--r--include/net/gue.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/gue.h b/include/net/gue.h
index 3a6595bfa641..dfca298bec9c 100644
--- a/include/net/gue.h
+++ b/include/net/gue.h
@@ -21,7 +21,7 @@
* | |
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*
- * C bit indicates contol message when set, data message when unset.
+ * C bit indicates control message when set, data message when unset.
* For a control message, proto/ctype is interpreted as a type of
* control message. For data messages, proto/ctype is the IP protocol
* of the next header.
@@ -30,6 +30,9 @@
* may refer to options placed after this field.
*/
+#include <asm/byteorder.h>
+#include <linux/types.h>
+
struct guehdr {
union {
struct {