$OpenBSD: patch-gconf_gconf-internals_c,v 1.1 2001/11/13 14:04:41 wilfried Exp $ --- gconf/gconf-internals.c.orig Mon Oct 29 19:42:49 2001 +++ gconf/gconf-internals.c Sun Nov 11 23:07:50 2001 @@ -38,6 +38,10 @@ #include #include +#ifdef HAVE_SYS_SOCKET_H +# include +#endif + #define g_utf8_skip gconf_g_utf8_skip typedef void (* GSpawnChildSetupFunc) (gpointer user_data);