summaryrefslogtreecommitdiff
path: root/user/networkmanager/tests.patch
blob: d2691db3ba30e5ca38b5130e48cd87dbfff2cbcb (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
@@ -6,7 +6,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>
@@ -17,6 +16,7 @@
 #include "platform/tests/test-common.h"
 
 #include "nm-test-utils-core.h"
+#include <linux/if_tun.h>
 
 /*****************************************************************************/