mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #9144: Fixes "Only <glib.h> can be included directly" error
This commit is contained in:
@ -38,7 +38,7 @@
|
|||||||
#ifndef __EDS_H__
|
#ifndef __EDS_H__
|
||||||
#define __EDS_H__
|
#define __EDS_H__
|
||||||
|
|
||||||
#include <glib/gtypes.h>
|
#include <glib.h>
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
#include <libebook/e-book.h>
|
#include <libebook/e-book.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user