diff options
author | Werner Koch <[email protected]> | 2014-08-26 10:41:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-26 10:41:54 +0000 |
commit | 320f1b864553f105217ad6b0c70598f9a48c6aaa (patch) | |
tree | 6a8efb0e56c463d3d58c824c415ac0e6a205d2e8 | |
parent | Replace locking code in estream functions. (diff) | |
download | libgpg-error-320f1b864553f105217ad6b0c70598f9a48c6aaa.tar.gz libgpg-error-320f1b864553f105217ad6b0c70598f9a48c6aaa.zip |
Include required headers into gpg-error.h.
* src/gpg-error.h.in: Include stdarg.h.
-rw-r--r-- | src/gpg-error.h.in | 1 |
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__ |