datetime: Make sure to include gst_private.h before glib-compat-private.h
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 15 Oct 2013 09:44:05 +0000 (11:44 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 15 Oct 2013 09:45:17 +0000 (11:45 +0200)
We need to define the GLib log domain before including glib.h, which is
included by glib-compat-private.h.

gst/gstdatetime.c

index 6d6c6420563e4f76d56918046c4c084e8160a624..003b0e6916d259bc9dcd66991118e9c1182bb743 100644 (file)
@@ -21,8 +21,8 @@
 #include "config.h"
 #endif
 
-#include "glib-compat-private.h"
 #include "gst_private.h"
+#include "glib-compat-private.h"
 #include "gstdatetime.h"
 #include "gstvalue.h"
 #include <glib.h>