headers, can: Add missing #include to <linux/can/bcm.h>
authorBen Hutchings <ben@decadent.org.uk>
Wed, 24 Aug 2011 18:46:06 +0000 (18:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2011 16:02:51 +0000 (12:02 -0400)
<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>
include/linux/can/bcm.h

index 1432b27..e96154d 100644 (file)
@@ -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