txr: fix musl build
This commit is contained in:
parent
525e478867
commit
47c83c2b82
1 changed files with 10 additions and 0 deletions
10
srcpkgs/txr/patches/musl-fd_set.patch
Normal file
10
srcpkgs/txr/patches/musl-fd_set.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- socket.c.orig 2016-03-21 10:54:59.650592629 +0100
|
||||
+++ socket.c 2016-03-21 10:55:14.760403731 +0100
|
||||
@@ -24,6 +24,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
+#include <sys/select.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
Loading…
Reference in a new issue