From 3d01283f6908000e0a989ba22769c869461be398 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Aug 2010 22:06:56 -0400 Subject: [PATCH] Make gdbus-peer build on !linux Based on a patch by Koop Mast, bug 627088. --- gio/tests/gdbus-peer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c index a904c7a68..faad98fba 100644 --- a/gio/tests/gdbus-peer.c +++ b/gio/tests/gdbus-peer.c @@ -42,6 +42,9 @@ #include #endif +/* for SOCK_STREAM and AF_UNIX */ +#include + /* used in test_overflow */ #ifdef G_OS_UNIX #include