From 92887d4767365d3c0c4e15233a2467366150b33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 9 Apr 2018 14:19:19 +0100 Subject: [PATCH] gsturi: include gstconfig.h earlier for GST_API define --- gst/gsturi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gsturi.h b/gst/gsturi.h index 0dd809e9dd..75145f9a62 100644 --- a/gst/gsturi.h +++ b/gst/gsturi.h @@ -31,6 +31,8 @@ G_BEGIN_DECLS +#include + GST_API GQuark gst_uri_error_quark (void); @@ -98,7 +100,6 @@ typedef struct _GstURIHandler GstURIHandler; typedef struct _GstURIHandlerInterface GstURIHandlerInterface; #include -#include #include "gstminiobject.h" /**