diff options
author | Werner Koch <wk@gnupg.org> | 2010-08-18 21:25:15 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-08-18 21:25:15 +0200 |
commit | 34dde9666975c6c258a5983a5bc334d9b8b80a55 (patch) | |
tree | 35921e17de3f1564e86182755d0ca5fa027652d6 /common/logging.h | |
parent | Auto-start dirmngr. (diff) | |
download | gnupg2-34dde9666975c6c258a5983a5bc334d9b8b80a55.tar.xz gnupg2-34dde9666975c6c258a5983a5bc334d9b8b80a55.zip |
Fix regression in logging.
Add a registry key to enable catch-all remote debugging for W32.
Replace more stdio stuff by estream.
Diffstat (limited to 'common/logging.h')
-rw-r--r-- | common/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include "estream.h" #include "mischelp.h" +#include "w32help.h" /* Flag values for log_set_prefix. */ #define JNLIB_LOG_WITH_PREFIX 1 |