diff options
author | midipix <writeonce@midipix.org> | 2021-06-18 07:30:54 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-18 07:31:37 +0000 |
commit | 0336de9306b1c8b08f0bf2d726f1b70dc59b084c (patch) | |
tree | 5305b2a3f565bc04b5c9da221d3be1d908779e5f /profiles | |
parent | 56ad39038e1afb4cad737334e230ba862b76777c (diff) | |
download | sbpython3-0336de9306b1c8b08f0bf2d726f1b70dc59b084c.tar.bz2 sbpython3-0336de9306b1c8b08f0bf2d726f1b70dc59b084c.tar.xz |
profiles/osapi/linux.h: defined HAVE_LINUX_VM_SOCKETS_H.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/osapi/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h index 38893ec..482a4ed 100644 --- a/profiles/osapi/linux.h +++ b/profiles/osapi/linux.h @@ -19,6 +19,7 @@ #define HAVE_LINUX_NETLINK_H 1 #define HAVE_LINUX_RANDOM_H 1 #define HAVE_LINUX_TIPC_H 1 +#define HAVE_LINUX_VM_SOCKETS_H 1 #define HAVE_NETPACKET_PACKET_H 1 /* os characteristics */ |