mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
include gio.h, not giotypes.h
Including giotypes.h in gfiledescriptor.h causes a compilation failure for users of the header as giotypes.h may not be included directly.
This commit is contained in:
parent
8413dfda9b
commit
a495a2122d
@ -23,7 +23,7 @@
|
||||
#ifndef __G_FILE_DESCRIPTOR_BASED_H__
|
||||
#define __G_FILE_DESCRIPTOR_BASED_H__
|
||||
|
||||
#include <gio/giotypes.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user