From d0c6ddd92fe99c8ad0059c7ba96a62c09fc3a63d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 26 Apr 2016 21:57:09 +0200 Subject: [PATCH] predeclare the structure MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I11173ae47dec95e0573929ebe941a01f8da0b038 Signed-off-by: José Bollo --- src/afb-hreq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afb-hreq.h b/src/afb-hreq.h index f717cc8d..76d1d430 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -19,6 +19,7 @@ struct AFB_clientCtx; struct json_object; +struct hreq_data; struct afb_hreq { const char *cacheTimeout; -- 2.16.6