From 2f68fa390a61676a01cd82bc00e4a44867041299 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Thu, 2 Jul 2009 18:19:07 +0200 Subject: Add annotations to printf-like functions The ISC_FORMAT_PRINTF() macro will make sure that gcc checks if these functions are used correctly. Also fix bugs that were found along the way. --- src/log.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/log.c') diff --git a/src/log.c b/src/log.c index 3bcd767..bdf2745 100644 --- a/src/log.c +++ b/src/log.c @@ -19,6 +19,8 @@ #include +#include + #include #include "log.h" -- cgit