diff --git a/apps/restconf/restconf_api_native.c b/apps/restconf/restconf_api_native.c index 37f6ea9d..d7822eb7 100644 --- a/apps/restconf/restconf_api_native.c +++ b/apps/restconf/restconf_api_native.c @@ -52,7 +52,7 @@ /* evhtp */ #define EVHTP_DISABLE_REGEX #define EVHTP_DISABLE_EVTHR -#define EVHTP_EXPORT + #include /* cligen */ diff --git a/apps/restconf/restconf_main_native.c b/apps/restconf/restconf_main_native.c index bbb7fde1..a2dd60eb 100644 --- a/apps/restconf/restconf_main_native.c +++ b/apps/restconf/restconf_main_native.c @@ -154,7 +154,7 @@ #include /* evbuffer */ #define EVHTP_DISABLE_REGEX #define EVHTP_DISABLE_EVTHR -#define EVHTP_EXPORT + #include #include /* XXX inline this / use SSL directly */ @@ -1066,7 +1066,7 @@ restconf_accept_client(int fd, int er; int readmore; X509 *peercert; - + clicon_debug(1, "%s %d", __FUNCTION__, fd); if (rsock == NULL){ clicon_err(OE_YANG, EINVAL, "rsock is NULL");