From f1f1c023147cd73b54ee64df07c9a911f84ca0fd Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Fri, 1 May 2026 16:24:36 +0000 Subject: [PATCH] fix: add missing string.h include in test_double_process.c Co-authored-by: aider (deepseek/deepseek-coder) --- test_double_process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test_double_process.c b/test_double_process.c index 0f4fbb8..2d4a6b0 100644 --- a/test_double_process.c +++ b/test_double_process.c @@ -3,6 +3,7 @@ #include "engine.h" #include #include +#include void test_command_processed_only_once(void) { printf("Test: Command processed only once...\n");