From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Hutchings Subject: [PATCH 10/12] headers, can: Add missing #include to Date: Mon, 08 Aug 2011 14:20:55 +0100 Message-ID: <1312809655.2591.1149.camel@deadeye> References: <1312809302.2591.1139.camel@deadeye> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Cc: netdev@vger.kernel.org, Oliver Hartkopp , Urs Thuermann To: David Miller Return-path: Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:50093 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357Ab1HHNU6 convert rfc822-to-8bit (ORCPT ); Mon, 8 Aug 2011 09:20:58 -0400 In-Reply-To: <1312809302.2591.1139.camel@deadeye> Sender: netdev-owner@vger.kernel.org List-ID: uses type canid_t, defined in . Signed-off-by: Ben Hutchings --- include/linux/can/bcm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/can/bcm.h b/include/linux/can/bcm.h index 1432b27..e96154d 100644 --- a/include/linux/can/bcm.h +++ b/include/linux/can/bcm.h @@ -15,6 +15,7 @@ #define CAN_BCM_H #include +#include /** * struct bcm_msg_head - head of messages to/from the broadcast manager -- 1.7.5.4