mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
datetime: added missing include directives
https://bugzilla.gnome.org/show_bug.cgi?id=737133
This commit is contained in:
parent
8c7cb27c8d
commit
de9278fda9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue