Solaris build fix for GIO
[platform/upstream/glib.git] / gio / gsocket.c
index 9062cc9..5243b9a 100644 (file)
 # include <sys/ioctl.h>
 #endif
 
+#ifdef HAVE_SYS_FILIO_H
+# include <sys/filio.h>
+#endif
+
 #ifdef HAVE_SYS_UIO_H
 #include <sys/uio.h>
 #endif