From 233094af10cbc1649b08b9a4c2c1ca339a3534b6 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sun, 4 Sep 2016 03:35:28 +0300 Subject: [PATCH] tests/parser: include string.h explicitly --- tests/check_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check_parser.c b/tests/check_parser.c index c66978f..d8975a0 100644 --- a/tests/check_parser.c +++ b/tests/check_parser.c @@ -10,6 +10,7 @@ */ #include +#include #include