opensles: Include string.h for memcpy()

This commit is contained in:
Sebastian Dröge 2013-03-21 15:43:12 +01:00
parent 5492631d84
commit 2b7446e2d2

View file

@ -21,6 +21,8 @@
# include <config.h> # include <config.h>
#endif #endif
#include <string.h>
#include "opensles.h" #include "opensles.h"
#include "openslesringbuffer.h" #include "openslesringbuffer.h"