summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-08-26 12:41:54 +0200
committerWerner Koch <wk@gnupg.org>2014-08-26 12:41:54 +0200
commit320f1b864553f105217ad6b0c70598f9a48c6aaa (patch)
tree6a8efb0e56c463d3d58c824c415ac0e6a205d2e8
parentfc651665010056e6184e8514e5c5436427d7052d (diff)
downloadlibgpg-error-320f1b864553f105217ad6b0c70598f9a48c6aaa.tar.gz
Include required headers into gpg-error.h.
* src/gpg-error.h.in: Include stdarg.h.
-rw-r--r--src/gpg-error.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 993e83b..a0bbf17 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -25,6 +25,7 @@
#include <stddef.h>
#include <stdio.h>
+#include <stdarg.h>
#ifdef __GNUC__
#define GPG_ERR_INLINE __inline__