Be sure to #include "gutils.h" in gbacktrace.c

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

Problem caught and fix suggested by Rico Tzschichholz.
This commit is contained in:
Ryan Lortie 2011-10-05 13:16:05 -04:00
parent f34908ef15
commit 9560423a6e

View File

@ -71,6 +71,7 @@
#include "gtypes.h"
#include "gmain.h"
#include "gprintfint.h"
#include "gutils.h"
#ifndef NO_FD_SET