$OpenBSD: patch-gio_gnetworkingprivate_h,v 1.2 2011/05/27 09:13:09 ajacoutot Exp $ https://bugzilla.gnome.org/show_bug.cgi?id=651223 --- gio/gnetworkingprivate.h.orig Tue Sep 28 15:25:02 2010 +++ gio/gnetworkingprivate.h Tue Sep 28 15:26:25 2010 @@ -49,11 +49,6 @@ #endif #include -#include -#include -#if defined(HAVE_ARPA_NAMESER_COMPAT_H) && !defined(GETSHORT) -#include -#endif #ifndef T_SRV #define T_SRV 33 @@ -71,6 +66,12 @@ #include #include #include + +#include +#include +#if defined(HAVE_ARPA_NAMESER_COMPAT_H) && !defined(GETSHORT) +#include +#endif #ifndef _PATH_RESCONF #define _PATH_RESCONF "/etc/resolv.conf"