[Pkg-gnupg-commit] [gnupg2] 111/241: common: Include required, but not included headers in t-support.h.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 23e163473f050d1f2c08f589beb9dab283b7d624
Author: Neal H. Walfield <neal at g10code.com>
Date:   Fri Nov 6 10:49:09 2015 +0100

    common: Include required, but not included headers in t-support.h.
    
    * common/t-support.h: Include <stdlib.h> and <stdio.h>.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 common/t-support.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/t-support.h b/common/t-support.h
index c0d0c8c..8ff2810 100644
--- a/common/t-support.h
+++ b/common/t-support.h
@@ -35,6 +35,9 @@
 #error The regression tests should not include with gcrypt.h
 #endif
 
+#include <stdlib.h>
+#include <stdio.h>
+
 #ifdef HAVE_W32CE_SYSTEM
 #include <gpg-error.h>  /* Defines strerror.  */
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list