summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_c
blob: 86f56c7f286b995113f60607ac638ecfd44a7bed (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libtirpc-1.3.4.orig/src/clnt_bcast.c	2023-10-07 09:54:42.000000000 +0200
+++ libtirpc-1.3.4/src/clnt_bcast.c	2024-02-08 16:26:57.298094444 +0100
@@ -40,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>