diff --git a/utils/extconf.c b/utils/extconf.c index 21f85e92c4..ff17b9663e 100644 --- a/utils/extconf.c +++ b/utils/extconf.c @@ -49,6 +49,7 @@ #include #include #include +#include static void ast_log(int level, const char *file, int line, const char *function, const char *fmt, ...) __attribute__((format(printf, 5, 6))); void ast_verbose(const char *fmt, ...) __attribute__((format(printf, 1, 2)));