diff options
Diffstat (limited to 'devel/glib20/files/patch-gio_tests_gdbus-peer.c')
-rw-r--r-- | devel/glib20/files/patch-gio_tests_gdbus-peer.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-gio_tests_gdbus-peer.c b/devel/glib20/files/patch-gio_tests_gdbus-peer.c new file mode 100644 index 000000000..1ab76dc8c --- /dev/null +++ b/devel/glib20/files/patch-gio_tests_gdbus-peer.c @@ -0,0 +1,11 @@ +--- gio/tests/gdbus-peer.c.orig 2010-08-16 21:30:03.000000000 +0200 ++++ gio/tests/gdbus-peer.c 2010-08-16 23:13:32.000000000 +0200 +@@ -42,6 +42,8 @@ + #include <sys/socket.h> + #endif + ++#include <sys/socket.h> ++ + /* used in test_overflow */ + #ifdef G_OS_UNIX + #include <gio/gunixconnection.h> |