From: Tom Rini Date: Mon, 13 Jun 2005 20:57:10 +0000 (-0700) Subject: [NET]: linux/if_tr.h needs asm/byteorder.h X-Git-Tag: v2.6.12~28^2~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=03722adce90a248d0bea77d390decbd05991e2d2;p=~shefty%2Frdma-dev.git [NET]: linux/if_tr.h needs asm/byteorder.h uses __be16, but does not directly include . Add this in, so that dhcp/net-tools token ring code can compile again. Signed-off-by: Tom Rini Signed-off-by: David S. Miller --- diff --git a/include/linux/if_tr.h b/include/linux/if_tr.h index 6688b414c52..3fba9e2f542 100644 --- a/include/linux/if_tr.h +++ b/include/linux/if_tr.h @@ -19,6 +19,8 @@ #ifndef _LINUX_IF_TR_H #define _LINUX_IF_TR_H +#include /* For __be16 */ + /* IEEE 802.5 Token-Ring magic constants. The frame sizes omit the preamble and FCS/CRC (frame check sequence). */ #define TR_ALEN 6 /* Octets in one token-ring addr */