summaryrefslogtreecommitdiff
path: root/user/networkmanager/tests.patch
blob: 8fb5cda60d55af13cf0976d4ead356c898c374fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- NetworkManager-1.18.1/src/devices/tests/test-lldp.c.old	2019-04-18 09:19:11.000000000 +0000
+++ NetworkManager-1.18.1/src/devices/tests/test-lldp.c	2019-05-10 07:23:58.979198831 +0000
@@ -21,7 +21,6 @@
 #include "nm-default.h"
 
 #include <fcntl.h>
-#include <linux/if_tun.h>
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -32,6 +31,7 @@
 #include "platform/tests/test-common.h"
 
 #include "nm-test-utils-core.h"
+#include <linux/if_tun.h>
 
 /*****************************************************************************/