From 34dde9666975c6c258a5983a5bc334d9b8b80a55 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 18 Aug 2010 19:25:15 +0000 Subject: Fix regression in logging. Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. --- common/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/logging.h') diff --git a/common/logging.h b/common/logging.h index 91619179a..3ee4db6ef 100644 --- a/common/logging.h +++ b/common/logging.h @@ -24,6 +24,7 @@ #include #include "estream.h" #include "mischelp.h" +#include "w32help.h" /* Flag values for log_set_prefix. */ #define JNLIB_LOG_WITH_PREFIX 1 -- cgit v1.2.3