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