summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_c
blob: d2dd1a38caf9c8c1bb81386880cc4faf92db85ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- libtirpc-1.0.1.orig/src/clnt_bcast.c	2015-10-30 16:15:14.000000000 +0100
+++ libtirpc-1.0.1/src/clnt_bcast.c	2016-01-28 15:46:15.322676441 +0100
@@ -40,7 +40,6 @@
  */
 #include <sys/socket.h>
 #include <sys/types.h>
-#include <sys/queue.h>
 
 #include <net/if.h>
 #include <netinet/in.h>
@@ -62,6 +61,7 @@
 #include <err.h>
 #include <string.h>
 
+#include "queue.h"
 #include "rpc_com.h"
 #include "debug.h"