linux_netlink: Change order of header includes per netlink(7)
authorChris Dickens <christopher.a.dickens@gmail.com>
Mon, 8 Feb 2021 17:06:42 +0000 (09:06 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Mon, 8 Feb 2021 17:06:42 +0000 (09:06 -0800)
Closes #869

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/os/linux_netlink.c
libusb/version_nano.h

index 77c83c5f8db7407250939d7211b980e0195ed628..fc0dbfc848a452f2b821d09680bc8f176c5ec0ea 100644 (file)
@@ -34,8 +34,8 @@
 #ifdef HAVE_ASM_TYPES_H
 #include <asm/types.h>
 #endif
-#include <linux/netlink.h>
 #include <sys/socket.h>
+#include <linux/netlink.h>
 
 #define NL_GROUP_KERNEL 1
 
index acc3f1f54acbb48afb62635ce53272ae2c70cc4d..6aeb0a3426410daa5bcb9f82b167f7da920e4c5b 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11601
+#define LIBUSB_NANO 11602