mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
[383/906] build: include <stdio.h> when using printf & co.
This commit is contained in:
parent
8f6927c70a
commit
c218748bc2
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