diff --git a/utils/extconf.c b/utils/extconf.c index 21f85e92c44928fa647628a8f53b72308bcb0a76..ff17b9663e0acd40ae8d27cc6d2bc3123b2b7395 100644 --- a/utils/extconf.c +++ b/utils/extconf.c @@ -49,6 +49,7 @@ #include <pthread.h> #include <netdb.h> #include <sys/param.h> +#include <signal.h> 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)));