From 320f1b864553f105217ad6b0c70598f9a48c6aaa Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Aug 2014 12:41:54 +0200 Subject: Include required headers into gpg-error.h. * src/gpg-error.h.in: Include stdarg.h. --- src/gpg-error.h.in | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #ifdef __GNUC__ #define GPG_ERR_INLINE __inline__ -- cgit v1.2.3