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
1 changed files with 3 additions and 2 deletions

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>