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:50 +0000 (15:43 +0100)
sys/opensles/openslesringbuffer.c

index 51477995c2e3731a374230f65bf96a5b967c6a82..6e7f50ac81c16bd2b348007a15a0e410958d38c3 100644 (file)
@@ -21,6 +21,8 @@
 #  include <config.h>
 #endif
 
+#include <string.h>
+
 #include "opensles.h"
 #include "openslesringbuffer.h"