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)
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

index 227d704..c1c8da5 100644 (file)
@@ -71,6 +71,7 @@
 #include "gtypes.h"
 #include "gmain.h"
 #include "gprintfint.h"
+#include "gutils.h"
 
 
 #ifndef NO_FD_SET