summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorMarcin Kolny <marcin.kolny@flytronic.pl>2014-09-22 19:05:32 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-09-23 19:27:25 +0300
commit4707c0410ca89d2ab45c7da2d78f2746b6c6b462 (patch)
treecc351bb77bc09a50737cd4c65fd1a3a5c5cc03df /gst
parent97a6bb377bdfbed7e878d320f6b5cdfeb1a23caf (diff)
datetime: added missing include directives
https://bugzilla.gnome.org/show_bug.cgi?id=737133
Diffstat (limited to 'gst')
-rw-r--r--gst/gstdatetime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstdatetime.h b/gst/gstdatetime.h
index 251dce110..f2bfd02d1 100644
--- a/gst/gstdatetime.h
+++ b/gst/gstdatetime.h
@@ -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