From e0fa1cdd56ffb97fedc3ba8df482a14323d876c7 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 21 Sep 2017 15:17:11 +0200 Subject: Introduce afb_request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prepares the new api with pointers. Change-Id: I4eb299551145226e428934b6835a1a7810ae6439 Signed-off-by: José Bollo --- include/afb/afb-req-v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb/afb-req-v2.h') diff --git a/include/afb/afb-req-v2.h b/include/afb/afb-req-v2.h index fe94e898..9ed203dc 100644 --- a/include/afb/afb-req-v2.h +++ b/include/afb/afb-req-v2.h @@ -17,7 +17,7 @@ #pragma once -#include "afb-req-common.h" +#include "afb-req.h" /* * Stores 'req' on heap for asynchrnous use. -- cgit 1.2.3-korg