From 67019d74bb312dcb8580ae2684664b62dbc005b9 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 20 May 2016 18:46:23 +0300 Subject: testpat: Fix undefined function compilation error std::strerror() is defined in the cstring header. Include it directly as it might not be included indirectly with all compiler versions. Signed-off-by: Laurent Pinchart --- tests/testpat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testpat.cpp b/tests/testpat.cpp index b2d7b12..ede176c 100644 --- a/tests/testpat.cpp +++ b/tests/testpat.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include -- cgit v1.2.3