mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
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:
parent
f34908ef15
commit
9560423a6e
@ -71,6 +71,7 @@
|
||||
#include "gtypes.h"
|
||||
#include "gmain.h"
|
||||
#include "gprintfint.h"
|
||||
#include "gutils.h"
|
||||
|
||||
|
||||
#ifndef NO_FD_SET
|
||||
|
Loading…
Reference in New Issue
Block a user