Index: head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc =================================================================== --- head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc (revision 428818) +++ head/audio/gnomoradio/files/patch-roboradio_audio_ogg.cc (revision 428819) @@ -1,10 +1,18 @@ --- roboradio/audio/ogg.cc.orig 2004-11-06 21:55:32 UTC +++ roboradio/audio/ogg.cc -@@ -193,6 +193,7 @@ void Roboradio::Audio::Ogg::thread_funct +@@ -25,6 +25,7 @@ + + #include + #include ++#include + + #include + +@@ -193,6 +194,7 @@ void Roboradio::Audio::Ogg::thread_funct int device_id = ao_default_driver_id(); ao_sample_format output_fmt; + memset(&output_fmt, 0, sizeof(output_fmt)); output_fmt.bits = 16; output_fmt.rate = 44100; output_fmt.channels = 2; Index: head/audio/gnomoradio/files/patch-roboradio_state.cc =================================================================== --- head/audio/gnomoradio/files/patch-roboradio_state.cc (nonexistent) +++ head/audio/gnomoradio/files/patch-roboradio_state.cc (revision 428819) @@ -0,0 +1,10 @@ +--- roboradio/state.cc.orig 2004-10-24 00:24:34 UTC ++++ roboradio/state.cc +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include + #include Property changes on: head/audio/gnomoradio/files/patch-roboradio_state.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property