From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harvey Harrison Subject: [PATCH] decnet: compile fix for removal of byteorder wrapper Date: Thu, 27 Nov 2008 17:41:18 -0800 Message-ID: <1227836478.5477.2.camel@brick> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Ingo Oeser , Steven Whitehouse , linux-netdev To: David Miller Return-path: Received: from wf-out-1314.google.com ([209.85.200.170]:9889 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753016AbYK1BlZ (ORCPT ); Thu, 27 Nov 2008 20:41:25 -0500 Received: by wf-out-1314.google.com with SMTP id 27so1232600wfd.4 for ; Thu, 27 Nov 2008 17:41:24 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Harvey Harrison --- Sorry Dave, I actually had a dirty working tree with an extra copy of unaligned.h as unalignedh so it compiled here. include/net/dn.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/net/dn.h b/include/net/dn.h index 7cd6bb8..e5469f7 100644 --- a/include/net/dn.h +++ b/include/net/dn.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include struct dn_scp /* Session Control Port */ { -- 1.6.0.4.1044.g77718