mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16: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 "gtypes.h"
|
||||||
#include "gmain.h"
|
#include "gmain.h"
|
||||||
#include "gprintfint.h"
|
#include "gprintfint.h"
|
||||||
|
#include "gutils.h"
|
||||||
|
|
||||||
|
|
||||||
#ifndef NO_FD_SET
|
#ifndef NO_FD_SET
|
||||||
|
Loading…
Reference in New Issue
Block a user