mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +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"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "glibcompat.h"
|
#include "glibcompat.h"
|
||||||
|
|
||||||
/* <gst/video/video-overlay-composition.h> compatibility glue */
|
/* <gst/video/video-overlay-composition.h> compatibility glue */
|
||||||
|
|
Loading…
Reference in a new issue