mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 01:10:22 +01:00
core: #include <netinet/in.h> for struct in6_addr
commit ae34fa900b introduced a new
function nm_netlink_route6_add(). Its declaration in the header
includes a parameter with type 'struct in6_addr', but the proper
system header for that type was not included.
This commit is contained in:
parent
1e4ccb39d4
commit
227f36d3d5
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include <glib.h>
|
||||
#include <netlink/route/rtnl.h>
|
||||
#include <netlink/route/route.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
gboolean nm_netlink_find_address (int ifindex,
|
||||
int family,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue