From 1695ddb9dd333d77dc5aa3bc72f59f400d9e66cd Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 31 Jul 2008 15:24:21 +0000 Subject: [PATCH] gst/gst.c: Include gstconfig.h as macros from it are used. Fixes bug #545607. Original commit message from CVS: Patch by: Robert Schwebel * gst/gst.c: Include gstconfig.h as macros from it are used. Fixes bug #545607. --- ChangeLog | 7 +++++++ gst/gst.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 46f4f41768..dcb9df2a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-31 Sebastian Dröge + + Patch by: Robert Schwebel + + * gst/gst.c: + Include gstconfig.h as macros from it are used. Fixes bug #545607. + 2008-07-31 Sebastian Dröge * configure.ac: diff --git a/gst/gst.c b/gst/gst.c index ec66250343..77f8706a05 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -103,6 +103,8 @@ * Last reviewed on 2006-08-11 (0.10.10) */ +#include "gstconfig.h" + #include "gst_private.h" #include #include