aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/can
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2011-08-24 18:46:06 +0000
committerDavid S. Miller <davem@davemloft.net>2011-08-26 12:02:51 -0400
commit767df1c7174406127d3619c2f7a862655b34074f (patch)
treee4b83805286bd2f8677ee29353a87adfbe56c1db /include/linux/can
parentheaders, xtables: Add missing #include <linux/netfilter.h> (diff)
downloadlinux-dev-767df1c7174406127d3619c2f7a862655b34074f.tar.xz
linux-dev-767df1c7174406127d3619c2f7a862655b34074f.zip
headers, can: Add missing #include to <linux/can/bcm.h>
<linux/can/bcm.h> uses type canid_t, defined in <linux/can.h>. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/can')
-rw-r--r--include/linux/can/bcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/can/bcm.h b/include/linux/can/bcm.h
index 1432b278c52d..e96154de4039 100644
--- a/include/linux/can/bcm.h
+++ b/include/linux/can/bcm.h
@@ -15,6 +15,7 @@
#define CAN_BCM_H
#include <linux/types.h>
+#include <linux/can.h>
/**
* struct bcm_msg_head - head of messages to/from the broadcast manager