X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.h;fp=src%2Fafb-hsrv.h;h=c99d026496969dac4cf031e49bf8a636879fc28f;hb=0e2b5f5b7fa3a09abf61c8253efce7c7f2b4c444;hp=7d496bc66024e075c5fbcc141d319d4c04a09d10;hpb=f2f086fa99e47ca8b3001831ea3548f8758e1222;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h index 7d496bc6..c99d0264 100644 --- a/src/afb-hsrv.h +++ b/src/afb-hsrv.h @@ -18,6 +18,8 @@ #pragma once +#if WITH_LIBMICROHTTPD + struct afb_hsrv; struct afb_hreq; struct locale_root; @@ -35,3 +37,5 @@ extern int afb_hsrv_add_interface(struct afb_hsrv *hsrv, const char *uri); extern int afb_hsrv_add_interface_tcp(struct afb_hsrv *hsrv, const char *itf, uint16_t port); extern void afb_hsrv_run(struct afb_hsrv *hsrv); + +#endif