opensles: Include string.h for memcpy()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 21 Mar 2013 14:43:12 +0000 (15:43 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 21 Mar 2013 14:43:55 +0000 (15:43 +0100)
sys/opensles/openslesringbuffer.c

index 2f756c078891369fd02dadd606d0694bf80ca840..56de5a8a7199bfbff5dcaa813143f401a8cf4f17 100644 (file)
@@ -21,6 +21,8 @@
 #  include <config.h>
 #endif
 
+#include <string.h>
+
 #include "opensles.h"
 #include "openslesringbuffer.h"