From 62f999141701ba915a035a11cbac7fc7ddb08f31 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 7 Oct 2016 02:11:52 +0200 Subject: tests: added missing include to fix warning --- tests/common/check_stdin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/common/check_stdin.c b/tests/common/check_stdin.c index c0d222d..984db63 100644 --- a/tests/common/check_stdin.c +++ b/tests/common/check_stdin.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include "../../src/common/stdin.h" -- cgit v1.2.3-18-g5258