diff options
Diffstat (limited to 'audio/raop_play/files/patch-rendezvous-Client.c')
| -rw-r--r-- | audio/raop_play/files/patch-rendezvous-Client.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/raop_play/files/patch-rendezvous-Client.c b/audio/raop_play/files/patch-rendezvous-Client.c new file mode 100644 index 000000000000..e218c98d3c18 --- /dev/null +++ b/audio/raop_play/files/patch-rendezvous-Client.c @@ -0,0 +1,13 @@ +--- rendezvous/Client.c.orig Fri Dec 16 23:17:02 2005 ++++ rendezvous/Client.c Wed Jul 5 16:32:45 2006 +@@ -83,8 +83,9 @@ + #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" |
