summaryrefslogtreecommitdiff
path: root/audio/raop_play/files/patch-rendezvous_Client.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/raop_play/files/patch-rendezvous_Client.c')
-rw-r--r--audio/raop_play/files/patch-rendezvous_Client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/raop_play/files/patch-rendezvous_Client.c b/audio/raop_play/files/patch-rendezvous_Client.c
index 44c81829b410..3bc659752f92 100644
--- a/audio/raop_play/files/patch-rendezvous_Client.c
+++ b/audio/raop_play/files/patch-rendezvous_Client.c
@@ -1,13 +1,11 @@
--- rendezvous/Client.c.orig 2005-12-16 14:17:02 UTC
+++ rendezvous/Client.c
-@@ -83,8 +83,9 @@
+@@ -83,7 +83,7 @@
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
-#include <asm/types.h>
+#include <sys/types.h>
-+#include "getline.h"
#include "mDNSClientAPI.h"// Defines the interface to the mDNS core code
#include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform
- #include "ExampleClientApp.h"