From 6af7a30fa49bcfb5889ab9a6a91f9e1bcf6bf803 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 7 Apr 2013 16:15:19 +0300 Subject: [PATCH] FIX: tests/lib/fetch.c: include "tests.h" Signed-off-by: Toni Gundogdu --- tests/lib/fetch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/fetch.c b/tests/lib/fetch.c index 718112c..cc660e8 100644 --- a/tests/lib/fetch.c +++ b/tests/lib/fetch.c @@ -25,6 +25,8 @@ #include #include +#include "tests.h" + struct temp_s { gsize size; -- 2.11.4.GIT