Skip to content

Commit

Permalink
headers, can: Add missing #include to <linux/can/bcm.h>
Browse files Browse the repository at this point in the history
<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>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Aug 26, 2011
1 parent 5740bb5 commit 767df1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/can/bcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 767df1c

Please sign in to comment.