From 4707c0410ca89d2ab45c7da2d78f2746b6c6b462 Mon Sep 17 00:00:00 2001 From: Marcin Kolny Date: Mon, 22 Sep 2014 19:05:32 +0200 Subject: [PATCH] datetime: added missing include directives https://bugzilla.gnome.org/show_bug.cgi?id=737133 --- gst/gstdatetime.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/gstdatetime.h b/gst/gstdatetime.h index 251dce1..f2bfd02 100644 --- a/gst/gstdatetime.h +++ b/gst/gstdatetime.h @@ -20,8 +20,11 @@ #ifndef __GST_DATE_TIME_H__ #define __GST_DATE_TIME_H__ +#include + #include #include +#include G_BEGIN_DECLS -- 2.7.4