diff options
Diffstat (limited to 'audio/raop_play/files/patch-rendezvous_mDNS.c')
-rw-r--r-- | audio/raop_play/files/patch-rendezvous_mDNS.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/raop_play/files/patch-rendezvous_mDNS.c b/audio/raop_play/files/patch-rendezvous_mDNS.c new file mode 100644 index 000000000000..ec6688f8cc72 --- /dev/null +++ b/audio/raop_play/files/patch-rendezvous_mDNS.c @@ -0,0 +1,11 @@ +--- rendezvous/mDNS.c.orig 2005-12-16 14:17:02 UTC ++++ rendezvous/mDNS.c +@@ -1139,7 +1139,7 @@ static const char *const mDNS_DomainType + + #include <stdio.h> + #include <string.h> +-#include <asm/types.h> ++#include <sys/types.h> + + static const struct mDNSprintf_format + { |