gst/gst.c: Include gstconfig.h as macros from it are used. Fixes bug #545607.

Original commit message from CVS:
Patch by: Robert Schwebel <r.schwebel@pengutronix.de>
* gst/gst.c:
Include gstconfig.h as macros from it are used. Fixes bug #545607.
This commit is contained in:
Robert Schwebel 2008-07-31 15:24:21 +00:00 committed by Sebastian Dröge
parent 4bfb1fe70c
commit 1695ddb9dd
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2008-07-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Robert Schwebel <r.schwebel@pengutronix.de>
* gst/gst.c:
Include gstconfig.h as macros from it are used. Fixes bug #545607.
2008-07-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:

View file

@ -103,6 +103,8 @@
* Last reviewed on 2006-08-11 (0.10.10)
*/
#include "gstconfig.h"
#include "gst_private.h"
#include <stdlib.h>
#include <stdio.h>