From: Sebastian Dröge Date: Sun, 3 Mar 2013 10:59:31 +0000 (+0100) Subject: matroska: Include config.h, it's needed for _stdint.h X-Git-Tag: 1.19.3~509^2~6031 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=539126c097b16380e621db60761282e773cba3d5;p=platform%2Fupstream%2Fgstreamer.git matroska: Include config.h, it's needed for _stdint.h --- diff --git a/gst/matroska/lzo.c b/gst/matroska/lzo.c index 995638f..3c564bb 100644 --- a/gst/matroska/lzo.c +++ b/gst/matroska/lzo.c @@ -18,6 +18,9 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include