mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 14:00:05 +01:00
build: fix compilation
Fixes: dbf29c5450 ('platform: fix build with musl libc')
This commit is contained in:
parent
dbf29c5450
commit
0cd3ffa7e9
2 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
#include <bluetooth/sdp.h>
|
#include <bluetooth/sdp.h>
|
||||||
#include <bluetooth/sdp_lib.h>
|
#include <bluetooth/sdp_lib.h>
|
||||||
#include <bluetooth/rfcomm.h>
|
#include <bluetooth/rfcomm.h>
|
||||||
|
#include <net/ethernet.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#include "nm-lldp-listener.h"
|
#include "nm-lldp-listener.h"
|
||||||
|
|
||||||
|
#include <net/ethernet.h>
|
||||||
|
|
||||||
#include "NetworkManagerUtils.h"
|
#include "NetworkManagerUtils.h"
|
||||||
#include "libnm-core-public/nm-errors.h"
|
#include "libnm-core-public/nm-errors.h"
|
||||||
#include "libnm-glib-aux/nm-time-utils.h"
|
#include "libnm-glib-aux/nm-time-utils.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue