summaryrefslogtreecommitdiff
path: root/package/rpcbind/patches/patch-src_util_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/rpcbind/patches/patch-src_util_c')
-rw-r--r--package/rpcbind/patches/patch-src_util_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/rpcbind/patches/patch-src_util_c b/package/rpcbind/patches/patch-src_util_c
new file mode 100644
index 000000000..15f9baec4
--- /dev/null
+++ b/package/rpcbind/patches/patch-src_util_c
@@ -0,0 +1,11 @@
+--- rpcbind-0.2.4.orig/src/util.c 2016-11-28 21:47:28.000000000 +0100
++++ rpcbind-0.2.4/src/util.c 2017-08-05 02:28:09.880017183 +0200
+@@ -41,7 +41,7 @@
+
+ #include <sys/types.h>
+ #include <sys/socket.h>
+-#include <sys/queue.h>
++#include "queue.h"
+ #include <net/if.h>
+ #include <netinet/in.h>
+ #include <ifaddrs.h>