mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[384/906] build: use <stdio.h> / "stdio.h"
This commit is contained in:
parent
252b406547
commit
3b0a88850d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "stdio.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include <gst/video/gstvideosink.h>
|
||||
#include "gstgldisplay.h"
|
||||
|
|
Loading…
Reference in a new issue