summaryrefslogtreecommitdiff
path: root/audio/raop_play/files/patch-rendezvous_Client.c
blob: 44c81829b4100b349f7e4d53f1c6fe94beb8f36f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- rendezvous/Client.c.orig	2005-12-16 14:17:02 UTC
+++ rendezvous/Client.c
@@ -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"