summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXake <xake@rymdraket.net>2009-09-30 20:02:48 +0200
committerShaun McCance <shaunm@gnome.org>2009-09-30 13:27:56 -0500
commitb39aae8ebc0c0f4e3fdc940087cfb6696d12e268 (patch)
tree693784272833db5ad1f55d12f2153bd8655a4587
parent5ef7b44a0b317f1c0a01ef168d6e667a5feddfba (diff)
downloadyelp-b39aae8ebc0c0f4e3fdc940087cfb6696d12e268.tar.gz
Forgotten include, fix warning.
-rw-r--r--tests/test-uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-uri.c b/tests/test-uri.c
index 73f44dfd..57158742 100644
--- a/tests/test-uri.c
+++ b/tests/test-uri.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <gio/gio.h>
+#include <gio/gunixoutputstream.h>
#include "yelp-uri.h"