X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-method.c;h=d2f5e83492acba9482885961a89dbdccf2242936;hb=0e2b5f5b7fa3a09abf61c8253efce7c7f2b4c444;hp=21656d78e9b271a29b8cbe8a9be0983d577190d5;hpb=f2f086fa99e47ca8b3001831ea3548f8758e1222;p=src%2Fapp-framework-binder.git diff --git a/src/afb-method.c b/src/afb-method.c index 21656d78..d2f5e834 100644 --- a/src/afb-method.c +++ b/src/afb-method.c @@ -15,6 +15,7 @@ * limitations under the License. */ +#if WITH_LIBMICROHTTPD #include @@ -78,4 +79,5 @@ const char *get_method_name(enum afb_method method) } } +#endif