diff --git a/src/helper/ioutil_stubs.c b/src/helper/ioutil_stubs.c index 1171a6f13..3cd9f970e 100644 --- a/src/helper/ioutil_stubs.c +++ b/src/helper/ioutil_stubs.c @@ -21,6 +21,7 @@ #include #endif #include "ioutil.h" +#include "log.h" int ioutil_init(struct command_context *cmd_ctx) { diff --git a/src/server/httpd_stubs.c b/src/server/httpd_stubs.c index 0a63362c6..6c289afa9 100644 --- a/src/server/httpd_stubs.c +++ b/src/server/httpd_stubs.c @@ -21,6 +21,7 @@ #include #endif #include "httpd.h" +#include "log.h" int httpd_start(struct command_context *cmd_ctx) {