aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-25 17:58:31 +0000
committerWerner Koch <[email protected]>2003-10-25 17:58:31 +0000
commit577d6b2edbc8415cb69f52d20d65f58d941ff677 (patch)
tree6d5e7f1619d1fddf47c015a179d8ac9198755fca /src
parent2003-10-11 Moritz Schulte <[email protected]> (diff)
downloadlibgpg-error-577d6b2edbc8415cb69f52d20d65f58d941ff677.tar.gz
libgpg-error-577d6b2edbc8415cb69f52d20d65f58d941ff677.zip
Include stdio.h for snprintf
prototype. Suggested by [email protected], fixes #gnupg/214.
Diffstat (limited to 'src')
-rw-r--r--src/gpg-error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpg-error.h b/src/gpg-error.h
index 5f92564..6fbb095 100644
--- a/src/gpg-error.h
+++ b/src/gpg-error.h
@@ -22,6 +22,7 @@
#define GPG_ERROR_H 1
#include <stddef.h>
+#include <stdio.h>
#ifdef __GNUC__
#define GPG_ERR_INLINE __inline__