blob: 7472e6272239fb594d73c7a9fbb5d1550d39e68f (
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 2015-11-29 16:50:32.363665821 +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 "sys/queue.h"
#include "rpc_com.h"
#include "debug.h"
|