mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
tag: id3v2: fprintf, sprintf, sscanf need stdio.h
This commit is contained in:
parent
4a885b094f
commit
ed05fcfb2c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <gst/tag/tag.h>
|
||||
#include <gst/base/gsttypefindhelper.h>
|
||||
|
|
Loading…
Reference in a new issue