From 23e163473f050d1f2c08f589beb9dab283b7d624 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 6 Nov 2015 10:49:09 +0100 Subject: [PATCH] common: Include required, but not included headers in t-support.h. * common/t-support.h: Include and . -- Signed-off-by: Neal H. Walfield --- common/t-support.h | 3 +++ 1 file changed, 3 insertions(+) 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 +#include + #ifdef HAVE_W32CE_SYSTEM #include /* Defines strerror. */ #endif