[xiph-commits] r18007 - trunk/ao/src/plugins/sndio

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue May 31 11:32:52 PDT 2011


Author: xiphmont
Date: 2011-05-31 11:32:51 -0700 (Tue, 31 May 2011)
New Revision: 18007

Modified:
   trunk/ao/src/plugins/sndio/ao_sndio.c
Log:
Apply patch from Trac #1801
"Missing string.h header from sndio backend."


Modified: trunk/ao/src/plugins/sndio/ao_sndio.c
===================================================================
--- trunk/ao/src/plugins/sndio/ao_sndio.c	2011-05-29 20:23:31 UTC (rev 18006)
+++ trunk/ao/src/plugins/sndio/ao_sndio.c	2011-05-31 18:32:51 UTC (rev 18007)
@@ -13,6 +13,8 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+
+#include <string.h>
 #include <sndio.h>
 #include <ao/ao.h>
 #include <ao/plugin.h>



More information about the commits mailing list