pbutils: fix stand-alone version header include

Include gst headers for GST_EXPORT.
This commit is contained in:
Tim-Philipp Müller 2017-05-21 17:42:55 +01:00
parent aa69b69e63
commit 18e55dcdc0

View file

@ -20,7 +20,7 @@
#ifndef __GST_PLUGINS_BASE_VERSION_H__
#define __GST_PLUGINS_BASE_VERSION_H__
#include <glib.h>
#include <gst/gst.h>
G_BEGIN_DECLS