]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/netdev/ipvlan.c
tree-wide: make sure net/if.h is included before any linux/ header
[thirdparty/systemd.git] / src / network / netdev / ipvlan.c
index 05d5d010f65c7b74db53359d60a31c8ccdd07422..51ae64341db2c9c1d984b03143ad6fb0a9079873 100644 (file)
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1-or-later */
 
+/* Make sure the net/if.h header is included before any linux/ one */
 #include <net/if.h>
 #include <netinet/in.h>
 #include <linux/if_arp.h>