GNOME Bugzilla – Bug 737133
Missing gstconfig.h include
Last modified: 2014-09-24 07:13:01 UTC
Hi, I noticed, that there's a missing include gstconfig.h in gstdatetime.h file, so we can't just use gstdatetime.h file directly in our code. My patch fixes this problem, by adding include to a gstconfig.h file.
Created attachment 286828 [details] [review] proposed solution
Created attachment 286833 [details] [review] proposed solution v2 ups.. I forgot about GType and glib-object.h include.
Note that you shouldn't include those at all yourself, but the patch is correct nonetheless. commit 4707c0410ca89d2ab45c7da2d78f2746b6c6b462 Author: Marcin Kolny <marcin.kolny@flytronic.pl> Date: Mon Sep 22 19:05:32 2014 +0200 datetime: added missing include directives https://bugzilla.gnome.org/show_bug.cgi?id=737133