diff options
author | Neal H. Walfield <neal@g10code.com> | 2015-11-06 10:49:09 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@g10code.com> | 2015-11-06 11:03:49 +0100 |
commit | 23e163473f050d1f2c08f589beb9dab283b7d624 (patch) | |
tree | 7d51671e971e8642dec0984078f96910334e7c6c /common/t-support.h | |
parent | gpg: Indicate which characters are invalid. (diff) | |
download | gnupg2-23e163473f050d1f2c08f589beb9dab283b7d624.tar.xz gnupg2-23e163473f050d1f2c08f589beb9dab283b7d624.zip |
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@g10code.com>
Diffstat (limited to 'common/t-support.h')
-rw-r--r-- | common/t-support.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/t-support.h b/common/t-support.h index c0d0c8c1f..8ff28100a 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 |