[glib] include gio.h, not giotypes.h
- From: Saleem Abdulrasool <asaleem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] include gio.h, not giotypes.h
- Date: Wed, 24 Feb 2010 00:24:18 +0000 (UTC)
commit a495a2122d404fdf2c6cf5e3aa0524cf0437ec30
Author: Saleem Abdulrasool <compnerd compnerd org>
Date: Tue Feb 23 15:28:51 2010 -0800
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 files changed, 1 insertions(+), 1 deletions(-)
---
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 <gio/giotypes.h>
+#include <gio/gio.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]