From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261209AbVFMS6U (ORCPT ); Mon, 13 Jun 2005 14:58:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261218AbVFMS6S (ORCPT ); Mon, 13 Jun 2005 14:58:18 -0400 Received: from fed1rmmtao12.cox.net ([68.230.241.27]:63636 "EHLO fed1rmmtao12.cox.net") by vger.kernel.org with ESMTP id S261209AbVFMS4u (ORCPT ); Mon, 13 Jun 2005 14:56:50 -0400 Date: Mon, 13 Jun 2005 11:56:49 -0700 From: Tom Rini To: Kernel Mailing List , Andrew Morton Subject: [PATCH 2.6.12-rc6] needs Message-ID: <20050613185649.GA29200@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 diff --git a/include/linux/if_tr.h b/include/linux/if_tr.h --- 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 */ -- Tom Rini http://gate.crashing.org/~trini/