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:
Saleem Abdulrasool 2010-02-23 15:28:51 -08:00
parent 8413dfda9b
commit a495a2122d

View File

@ -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