summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-dhcp6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-dhcp6.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-dhcp6.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-dhcp6.c b/src/grp-network/libnetworkd-core/networkd-dhcp6.c
index c3d8f1df08..cf2f4e3af5 100644
--- a/src/grp-network/libnetworkd-core/networkd-dhcp6.c
+++ b/src/grp-network/libnetworkd-core/networkd-dhcp6.c
@@ -17,11 +17,12 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <netinet/ether.h>
#include <linux/if.h>
+#include <netinet/ether.h>
-#include "systemd-network/sd-dhcp6-client.h"
#include "systemd-network/network-internal.h"
+#include "systemd-network/sd-dhcp6-client.h"
+
#include "networkd.h"
static int dhcp6_lease_address_acquired(sd_dhcp6_client *client, Link *link);