From 826c43ef8bbbf7026cbe77bdf857c7c34cfc57f6 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 12 Aug 2018 22:17:09 +0200 Subject: [PATCH] Include missing cerrno --- tests/testutils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testutils.cpp b/tests/testutils.cpp index def049f..4ecf6e8 100644 --- a/tests/testutils.cpp +++ b/tests/testutils.cpp @@ -8,6 +8,7 @@ #include "../io/misc.h" #include "../io/path.h" +#include #include #include #include