Be sure to #include "gutils.h" in gbacktrace.c
authorRyan Lortie <desrt@desrt.ca>
Wed, 5 Oct 2011 17:16:05 +0000 (13:16 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 5 Oct 2011 17:17:07 +0000 (13:17 -0400)
commit9560423a6ea05d6f34b5ee8533974b8f41ab03fc
treeedb4744ad8735fdf87ed8ed0537af334e723ff5f
parentf34908ef1555c8c579b0154e17932b84af04b81f
Be sure to #include "gutils.h" in gbacktrace.c

0e3f530185d494dbb9db1b47f72f10f3ae598564 introduced a compiler warning
about implicit declaration of g_get_prgname().  Fix that.

Problem caught and fix suggested by Rico Tzschichholz.
glib/gbacktrace.c