From: Aleksander Zdyb Date: Wed, 3 Sep 2014 06:11:47 +0000 (+0200) Subject: Add include for strerror() X-Git-Tag: security-manager_5.5_testing~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f618b35a8413d3f9c94a63939482905d93fa29ae;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git Add include for strerror() Change-Id: Idf24aaca911199e40b87c78ac2dd4c03d378afbd --- diff --git a/tests/framework/include/dpl/test/test_runner.h b/tests/framework/include/dpl/test/test_runner.h index e705df88..3f9ff7b6 100644 --- a/tests/framework/include/dpl/test/test_runner.h +++ b/tests/framework/include/dpl/test/test_runner.h @@ -25,6 +25,7 @@ #define DPL_TEST_RUNNER_H #include +#include #include #include #include