diff options
Diffstat (limited to 'audio/raop_play/files/patch-aexcl_aexcl__play.cxx')
-rw-r--r-- | audio/raop_play/files/patch-aexcl_aexcl__play.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/raop_play/files/patch-aexcl_aexcl__play.cxx b/audio/raop_play/files/patch-aexcl_aexcl__play.cxx new file mode 100644 index 000000000000..5c363dd0e4b5 --- /dev/null +++ b/audio/raop_play/files/patch-aexcl_aexcl__play.cxx @@ -0,0 +1,12 @@ +--- aexcl/aexcl_play.cxx.orig 2005-12-16 14:17:00 UTC ++++ aexcl/aexcl_play.cxx +@@ -23,6 +23,9 @@ + #include <signal.h> + #include <sys/wait.h> + #include <getopt.h> ++extern "C" { ++#include "getline.h" ++}; + #include "aexcl_gui.h" + #include "aexcl_lib.h" + #include "mDNS.h" |