Fix AKS -> ASK typo
[platform/upstream/glib.git] / gio / gunixinputstream.h
index 0a63227..7bb7cd9 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef __G_UNIX_INPUT_STREAM_H__
 #define __G_UNIX_INPUT_STREAM_H__
 
-#include <gio/ginputstream.h>
+#include <gio/gio.h>
 
 G_BEGIN_DECLS
 
@@ -45,7 +45,7 @@ typedef struct _GUnixInputStreamPrivate  GUnixInputStreamPrivate;
 
 struct _GUnixInputStream
 {
-  GInputStream parent;
+  GInputStream parent_instance;
 
   /*< private >*/
   GUnixInputStreamPrivate *priv;