From dc4922af219397b18ca4d9d0ba53f0a99b43f3d4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Nov 2012 19:40:07 -0400 Subject: [PATCH] test-pipe-unix: Add missing include Fixes the build with -Werror=missing-prototypes. https://bugzilla.gnome.org/show_bug.cgi?id=687385 --- gio/tests/test-pipe-unix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/tests/test-pipe-unix.c b/gio/tests/test-pipe-unix.c index 07f6198a9..4b348db52 100644 --- a/gio/tests/test-pipe-unix.c +++ b/gio/tests/test-pipe-unix.c @@ -27,6 +27,7 @@ #include #include "test-io-stream.h" +#include "test-pipe-unix.h" #ifdef G_OS_UNIX # include