From cb7b6e7a90c785f86f67e7cf503f025257dc80c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 24 Jun 2016 09:39:00 +0100 Subject: [PATCH] videoparsers: fix broken include --- gst/videoparsers/gstjpeg2000parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoparsers/gstjpeg2000parse.h b/gst/videoparsers/gstjpeg2000parse.h index e123066..93236db 100644 --- a/gst/videoparsers/gstjpeg2000parse.h +++ b/gst/videoparsers/gstjpeg2000parse.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include G_BEGIN_DECLS #define GST_TYPE_JPEG2000_PARSE \ -- 2.7.4