mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-06 05:56:52 +02:00
gmodule: Add missing config #include to gmodule-deprecated.c
Otherwise it doesn’t know the value of `G_MODULE_IMPL`. Spotted by `-Wundef`. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
0321dffc42
commit
a4a8db81ce
@ -1,4 +1,5 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "gmoduleconf.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is the only way to disable deprecation warnings for macros, and we need
|
* This is the only way to disable deprecation warnings for macros, and we need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user