1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

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

View File

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