aboutsummaryrefslogtreecommitdiffstats
path: root/common/logging.h
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-09-29 11:20:26 +0000
committerNeal H. Walfield <[email protected]>2015-09-30 10:58:30 +0000
commit270d3f55f9193ebda5e1b642d58daf905019914d (patch)
tree60ddd468eb762ea4375e42dfd8c8d5aea113b6c0 /common/logging.h
parentg10: Remove unused struct cmp_help_context_s. (diff)
downloadgnupg-270d3f55f9193ebda5e1b642d58daf905019914d.tar.gz
gnupg-270d3f55f9193ebda5e1b642d58daf905019914d.zip
common: Include <gpg-error.h>.
* common/logging.h: Include <gpg-error.h>. -- Signed-off-by: Neal H. Walfield <[email protected]>. logging.h uses estream_t and as such should directly include <gpg-error.h>.
Diffstat (limited to '')
-rw-r--r--common/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/logging.h b/common/logging.h
index dbfc8bae6..c4ae5d0ee 100644
--- a/common/logging.h
+++ b/common/logging.h
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <gpg-error.h>
#include "mischelp.h"
#include "w32help.h"