[glib] Be sure to #include "gutils.h" in gbacktrace.c
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Be sure to #include "gutils.h" in gbacktrace.c
- Date: Wed, 5 Oct 2011 17:17:14 +0000 (UTC)
commit 9560423a6ea05d6f34b5ee8533974b8f41ab03fc
Author: Ryan Lortie <desrt desrt ca>
Date: Wed Oct 5 13:16:05 2011 -0400
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 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glib/gbacktrace.c b/glib/gbacktrace.c
index 227d704..c1c8da5 100644
--- a/glib/gbacktrace.c
+++ b/glib/gbacktrace.c
@@ -71,6 +71,7 @@
#include "gtypes.h"
#include "gmain.h"
#include "gprintfint.h"
+#include "gutils.h"
#ifndef NO_FD_SET
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]