Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 767df1c7 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

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: default avatarBen Hutchings <ben@decadent.org.uk>
Acked-by: default avatarOliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5740bb56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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