mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Add missing includes
config.h needs to be included in every source file, first.
This commit is contained in:
parent
cc8c1541c9
commit
680c348bb4
@ -19,6 +19,8 @@
|
||||
* Authors: Lars Uebernickel <lars@uebernic.de>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gnotificationbackend.h"
|
||||
|
||||
#include "gapplication.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
* Authors: Lars Uebernickel <lars@uebernic.de>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gnotificationbackend.h"
|
||||
|
||||
#include "giomodule-priv.h"
|
||||
|
Loading…
Reference in New Issue
Block a user