aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index fc6e2388d..2b3a5c65d 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)));