From 54ae25453753f9133c8df14d555222ea20df5bcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 27 Jul 2016 14:42:25 +0200 Subject: [PATCH] Fix a compiling error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The function fstat isn't declared without this include on debian strect/sid and Fedora-23 Change-Id: I660a32ff173dcba04674aed51ed855b4fa55ac67 Signed-off-by: José Bollo --- tests/test_util_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_util_file.c b/tests/test_util_file.c index 61bf1c5..f62b687 100644 --- a/tests/test_util_file.c +++ b/tests/test_util_file.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "json.h" #include "json_util.h" -- 2.49.0