mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
opensles: Include string.h for memcpy()
This commit is contained in:
parent
5492631d84
commit
2b7446e2d2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue