datetime: added missing include directives

https://bugzilla.gnome.org/show_bug.cgi?id=737133
This commit is contained in:
Marcin Kolny 2014-09-22 19:05:32 +02:00 committed by Sebastian Dröge
parent 97a6bb377b
commit 4707c0410c

View file

@ -20,8 +20,11 @@
#ifndef __GST_DATE_TIME_H__ #ifndef __GST_DATE_TIME_H__
#define __GST_DATE_TIME_H__ #define __GST_DATE_TIME_H__
#include <gst/gstconfig.h>
#include <time.h> #include <time.h>
#include <glib.h> #include <glib.h>
#include <glib-object.h>
G_BEGIN_DECLS G_BEGIN_DECLS