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:
Philip Withnall 2025-04-10 12:27:45 +01:00
parent 0321dffc42
commit a4a8db81ce
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -1,4 +1,5 @@
#include "config.h"
#include "gmoduleconf.h"
/*
* This is the only way to disable deprecation warnings for macros, and we need