mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Get socketmodule to build after adding netlink support.
This commit is contained in:
parent
4678dc818f
commit
658516617c
2 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LINUX_NETLINK_H
|
||||
# ifdef HAVE_ASM_TYPES_H
|
||||
# include <asm/types.h>
|
||||
# endif
|
||||
# include <linux/netlink.h>
|
||||
#else
|
||||
# undef AF_NETLINK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue