summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-dhcp4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-dhcp4.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-dhcp4.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-dhcp4.c b/src/grp-network/libnetworkd-core/networkd-dhcp4.c
index 4fbd9644cd..b74541ed11 100644
--- a/src/grp-network/libnetworkd-core/networkd-dhcp4.c
+++ b/src/grp-network/libnetworkd-core/networkd-dhcp4.c
@@ -17,13 +17,14 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <netinet/ether.h>
#include <linux/if.h>
+#include <netinet/ether.h>
#include "basic/alloc-util.h"
-#include "systemd-network/dhcp-lease-internal.h"
#include "basic/hostname-util.h"
+#include "systemd-network/dhcp-lease-internal.h"
#include "systemd-network/network-internal.h"
+
#include "networkd.h"
static int dhcp4_route_handler(sd_netlink *rtnl, sd_netlink_message *m,