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 5147799..6e7f50a 100644 (file)
@@ -21,6 +21,8 @@
 #  include <config.h>
 #endif
 
+#include <string.h>
+
 #include "opensles.h"
 #include "openslesringbuffer.h"