mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
This commit is contained in:
parent
c44911f49a
commit
773e42dff8
8 changed files with 151 additions and 18 deletions
|
@ -80,6 +80,10 @@ typedef int socklen_t;
|
|||
#include <linux/can/raw.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LINUX_CAN_BCM_H
|
||||
#include <linux/can/bcm.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SYS_DOMAIN_H
|
||||
#include <sys/sys_domain.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue