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 8c7cb27c8d
commit de9278fda9

View file

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