Make gdbus-peer build on !linux

Based on a patch by Koop Mast, bug 627088.
This commit is contained in:
Matthias Clasen 2010-08-21 22:06:56 -04:00
parent 61de05e774
commit 3d01283f69

View File

@ -42,6 +42,9 @@
#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>