X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;fp=src%2Fafb-hreq.h;h=b23f54ae049cb199d0fbc8028261e1a73f31eb5b;hb=0e2b5f5b7fa3a09abf61c8253efce7c7f2b4c444;hp=1b682c87eaabe3b88512febe4182ae39ec0e2e69;hpb=f2f086fa99e47ca8b3001831ea3548f8758e1222;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 1b682c87..b23f54ae 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -17,6 +17,8 @@ #pragma once +#if WITH_LIBMICROHTTPD + #include "afb-xreq.h" struct json_object; @@ -98,3 +100,5 @@ extern void afb_hreq_addref(struct afb_hreq *hreq); extern void afb_hreq_unref(struct afb_hreq *hreq); extern struct afb_hreq *afb_hreq_create(); + +#endif