diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gstreamer_core/tools/gst-inspect.c --- a/gstreamer_core/tools/gst-inspect.c Wed Mar 31 22:03:18 2010 +0300 +++ b/gstreamer_core/tools/gst-inspect.c Tue Aug 31 15:30:33 2010 +0300 @@ -25,13 +25,15 @@ # include "config.h" #endif -#include +#include #include "tools.h" #include #include #include +#include +#include static char *_name = NULL; @@ -1297,8 +1299,8 @@ int main (int argc, char *argv[]) { - gboolean print_all = FALSE; - gboolean print_aii = FALSE; + static gboolean print_all = FALSE; + static gboolean print_aii = FALSE; GOptionEntry options[] = { {"print-all", 'a', 0, G_OPTION_ARG_NONE, &print_all, N_("Print all elements"), NULL},