mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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>
This commit is contained in:
parent
a958ffd148
commit
23e163473f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user