aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 681e08f125..4245fca5c5 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -3,6 +3,8 @@
/* $Id$ */
#include "../or/or.h"
+#include <stdarg.h>
+
#ifdef MS_WINDOWS
#define vsnprintf _vsnprintf
#endif