summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev-bond.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-netdev-bond.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-netdev-bond.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev-bond.c b/src/grp-network/libnetworkd-core/networkd-netdev-bond.c
index 12e5e58159..7e7b8f8804 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev-bond.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev-bond.c
@@ -18,9 +18,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <linux/if_bonding.h>
#include <netinet/ether.h>
+#include <linux/if_bonding.h>
+
#include "basic/alloc-util.h"
#include "basic/extract-word.h"
#include "basic/missing.h"