summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_c
blob: d16ea9ea202b3de939e1023a9df582fbbfeb8d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libtirpc-0.2.4.orig/src/clnt_bcast.c	2013-12-09 21:59:51.000000000 +0100
+++ libtirpc-0.2.4/src/clnt_bcast.c	2014-05-10 21:05:18.273730610 +0200
@@ -28,7 +28,6 @@
 /*
  * Copyright (c) 1986-1991 by Sun Microsystems Inc. 
  */
-#include <sys/cdefs.h>
 
 /*
  * clnt_bcast.c
@@ -41,7 +40,7 @@
  */
 #include <sys/socket.h>
 #include <sys/types.h>
-#include <sys/queue.h>
+#include "queue.h"
 
 #include <net/if.h>
 #include <netinet/in.h>