mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[383/906] build: include <stdio.h> when using printf & co.
This commit is contained in:
parent
3700180345
commit
252b406547
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "stdio.h"
|
||||
|
||||
#include <gst/video/gstvideosink.h>
|
||||
#include "gstgldisplay.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue