mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02: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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user