mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
sysdeps: add more standard includes by default.
This commit is contained in:
parent
8602c0459d
commit
87624fd6c8
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "glibcompat.h"
|
||||
|
||||
/* <gst/video/video-overlay-composition.h> compatibility glue */
|
||||
|
|
Loading…
Reference in a new issue