]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-netlink-manual.c
tree-wide: make sure net/if.h is included before any linux/ header
[thirdparty/systemd.git] / src / test / test-netlink-manual.c
index 73943bf428f847e8900a5012a9c484204900ab12..f03fcffc6246101b40b0748655d6271029bafe7e 100644 (file)
@@ -1,5 +1,7 @@
 /* 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 <arpa/inet.h>
 #include <linux/if_tunnel.h>
 #include <linux/ip.h>