From c36f9b2cd75ef5d76c6d4ded719b593e718d6c46 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Sat, 21 Mar 2026 10:08:04 +0900 Subject: [PATCH] tests: cumulative_to_delta: Enable cumulative test case on Windows Signed-off-by: Hiroshi Hatake --- tests/internal/cumulative_to_delta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/internal/cumulative_to_delta.c b/tests/internal/cumulative_to_delta.c index 374174c9b86..09cf78fdc70 100644 --- a/tests/internal/cumulative_to_delta.c +++ b/tests/internal/cumulative_to_delta.c @@ -1,7 +1,6 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include -#include #include #include @@ -12,6 +11,7 @@ #include #include #include +#include #include "../../plugins/processor_cumulative_to_delta/cumulative_to_delta.h"