Browse Source

fix musl compile

Waldemar Brodkorb 9 years ago
parent
commit
68687a18f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/libtirpc/patches/patch-src_clnt_bcast_c

+ 2 - 2
package/libtirpc/patches/patch-src_clnt_bcast_c

@@ -1,5 +1,5 @@
 --- 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
++++ libtirpc-1.0.1/src/clnt_bcast.c	2016-01-28 15:46:15.322676441 +0100
 @@ -40,7 +40,6 @@
   */
  #include <sys/socket.h>
@@ -12,7 +12,7 @@
  #include <err.h>
  #include <string.h>
  
-+#include "sys/queue.h"
++#include "queue.h"
  #include "rpc_com.h"
  #include "debug.h"