summaryrefslogtreecommitdiff
path: root/src/strerror.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-10-25 18:00:28 +0000
committerWerner Koch <wk@gnupg.org>2003-10-25 18:00:28 +0000
commit687f7c7e7f9a90c85f0b6cec6b01df5cd61f8682 (patch)
treee84151cfc6792ecd271c35102d898d816999d716 /src/strerror.c
parent577d6b2edbc8415cb69f52d20d65f58d941ff677 (diff)
downloadlibgpg-error-687f7c7e7f9a90c85f0b6cec6b01df5cd61f8682.tar.gz
Fixed last fix:
Include stdio.h for snprintf prototype. Suggested by papadopo@shfj.cea.fr, fixes #gnupg/214.
Diffstat (limited to 'src/strerror.c')
-rw-r--r--src/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strerror.c b/src/strerror.c
index dd6a6b3..410c4ab 100644
--- a/src/strerror.c
+++ b/src/strerror.c
@@ -23,6 +23,7 @@
#endif
#include <stdlib.h>
+#include <stdio.h>
#include <string.h>
#include <errno.h>