mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
datetime: added missing include directives
https://bugzilla.gnome.org/show_bug.cgi?id=737133
This commit is contained in:
parent
97a6bb377b
commit
4707c0410c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue