diff options
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 |