Better fix for the build problem

Use gnetworkingprivate.h instead, patch by Emilio Pozuelo Monfort,
bug 627407.
This commit is contained in:
Matthias Clasen 2010-08-21 22:09:32 -04:00
parent 3d01283f69
commit 41ce91d057

View File

@ -32,19 +32,10 @@
/* for g_unlink() */
#include <glib/gstdio.h>
#include <gio/gnetworkingprivate.h>
#include <gio/gunixsocketaddress.h>
#include <gio/gunixfdlist.h>
/* for struct ucred */
#ifdef __linux__
#define __USE_GNU
#include <sys/types.h>
#include <sys/socket.h>
#endif
/* for SOCK_STREAM and AF_UNIX */
#include <sys/socket.h>
/* used in test_overflow */
#ifdef G_OS_UNIX
#include <gio/gunixconnection.h>