From 0aeee125c8926d0bf5a04f05f19eb740bff4e56c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 4 Apr 2017 08:53:32 -0400 Subject: [PATCH] tests/lib/common.c: add missing includes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- tests/lib/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/common.c b/tests/lib/common.c index 8c2829a3..3f418e6d 100644 --- a/tests/lib/common.c +++ b/tests/lib/common.c @@ -19,6 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include +#include #include #include #include -- 2.34.1