common: Include <gpg-error.h>.

* common/logging.h: Include <gpg-error.h>.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>.

logging.h uses estream_t and as such should directly include
<gpg-error.h>.
This commit is contained in:
Neal H. Walfield 2015-09-29 13:20:26 +02:00
parent 8ab63e4b50
commit 270d3f55f9
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <gpg-error.h>
#include "mischelp.h"
#include "w32help.h"