From a495a2122d404fdf2c6cf5e3aa0524cf0437ec30 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 23 Feb 2010 15:28:51 -0800 Subject: [PATCH] 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. --- gio/gfiledescriptorbased.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfiledescriptorbased.h b/gio/gfiledescriptorbased.h index 249d9ea..3679286 100644 --- a/gio/gfiledescriptorbased.h +++ b/gio/gfiledescriptorbased.h @@ -23,7 +23,7 @@ #ifndef __G_FILE_DESCRIPTOR_BASED_H__ #define __G_FILE_DESCRIPTOR_BASED_H__ -#include +#include G_BEGIN_DECLS -- 2.7.4