include gio.h, not giotypes.h
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 23 Feb 2010 23:28:51 +0000 (15:28 -0800)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 24 Feb 2010 00:23:07 +0000 (16:23 -0800)
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

index 249d9ea..3679286 100644 (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