3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

netconfig: Use different includes that also work on older systems

This commit is contained in:
Marcel Holtmann 2019-08-02 20:33:43 +02:00
parent 18c339beab
commit 30821979f6

View File

@ -26,9 +26,10 @@
#include <errno.h>
#include <arpa/inet.h>
#include <net/if_arp.h>
#include <netinet/if_ether.h>
#include <netinet/in.h>
#include <linux/rtnetlink.h>
#include <linux/if_arp.h>
#include <linux/in.h>
#include <ell/ell.h>