1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/afpfs-ng/musl-fix-includes.patch
Natanael Copa a038dbd787 community/afpfs-ng: move from main
only kodi needs it
2015-10-07 15:43:45 +02:00

10 lines
236 B
Diff

--- afpfs-ng-0.8.1.orig/include/afpfs-ng/libafpclient.h
+++ afpfs-ng-0.8.1/include/afpfs-ng/libafpclient.h
@@ -2,6 +2,7 @@
#ifndef __CLIENT_H_
#define __CLIENT_H_
+#include <sys/select.h>
#include <unistd.h>
#include <syslog.h>