X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hswitch.h;fp=src%2Fafb-hswitch.h;h=c55fe0c5953a352ec1f98b018807032ecc1b2d02;hb=0e2b5f5b7fa3a09abf61c8253efce7c7f2b4c444;hp=c831e252ea45e9f88947683ac8c9185e4346929e;hpb=f2f086fa99e47ca8b3001831ea3548f8758e1222;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h index c831e252..c55fe0c5 100644 --- a/src/afb-hswitch.h +++ b/src/afb-hswitch.h @@ -18,10 +18,12 @@ #pragma once +#if WITH_LIBMICROHTTPD + struct afb_hreq; extern int afb_hswitch_apis(struct afb_hreq *hreq, void *data); extern int afb_hswitch_one_page_api_redirect(struct afb_hreq *hreq, void *data); extern int afb_hswitch_websocket_switch(struct afb_hreq *hreq, void *data); - +#endif