n-dhcp4: revert "all: remove unnecessary <netinet/ether.h> includes"

This file has no relevance for NetworkManager. And we should not deviate
from upstream n-dhcp4 which we include via git-subtree. Revert the
change.

This partly reverts commit 7f4a7bf433.
This commit is contained in:
Thomas Haller 2021-01-11 10:01:36 +01:00
parent 919133e319
commit 0f8e1ca0af
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -11,6 +11,7 @@
#include <errno.h>
#include <getopt.h>
#include <net/if.h>
#include <netinet/ether.h>
#include <netinet/in.h>
#include <poll.h>
#include <stdbool.h>