summaryrefslogtreecommitdiff
blob: 6bfcea499d4904242047cc8b83b90000af58d9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -Naur iputils-s20121221.orig/tracepath.c iputils-s20121221/tracepath.c
--- iputils-s20121221.orig/tracepath.c	2014-11-20 07:39:59.114108620 -0500
+++ iputils-s20121221/tracepath.c	2014-11-20 07:40:37.813110381 -0500
@@ -14,13 +14,13 @@
 #include <unistd.h>
 #include <sys/socket.h>
 #include <linux/types.h>
-#include <linux/errqueue.h>
 #include <errno.h>
 #include <string.h>
 #include <netdb.h>
 #include <netinet/in.h>
 #include <resolv.h>
 #include <sys/time.h>
+#include <linux/errqueue.h>
 #include <sys/uio.h>
 #include <arpa/inet.h>
 #include <limits.h>