sysdeps: add more standard includes by default.

This commit is contained in:
Gwenole Beauchesne 2013-03-20 11:56:15 +01:00
parent 8602c0459d
commit 87624fd6c8

View file

@ -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 */