summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-01-11 10:01:36 +0100
committerThomas Haller <thaller@redhat.com>2021-01-11 10:06:17 +0100
commit0f8e1ca0afc52c92a8ecc25279def3f6bb648786 (patch)
tree9dc456fe6a00cfd954cfef9345eda3756f8a2f49
parent919133e319f2fb143ad370f73ff1992b41cddf6d (diff)
downloadNetworkManager-0f8e1ca0afc52c92a8ecc25279def3f6bb648786.tar.gz
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 7f4a7bf4333562e2ff70b67b1dd0e9d4c4bfb28f.
-rw-r--r--shared/n-dhcp4/src/test-run-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/n-dhcp4/src/test-run-client.c b/shared/n-dhcp4/src/test-run-client.c
index d8795021d3..e558801470 100644
--- a/shared/n-dhcp4/src/test-run-client.c
+++ b/shared/n-dhcp4/src/test-run-client.c
@@ -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>