Fix a build error on mac.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Russell Bryant 15 years ago
parent 6aa4002270
commit 84e150f1bb

@ -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)));

Loading…
Cancel
Save