fix: add missing string.h include in test_double_process.c

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-01 16:24:36 +00:00
parent 93e4bdde14
commit f1f1c02314

View File

@@ -3,6 +3,7 @@
#include "engine.h" #include "engine.h"
#include <stdio.h> #include <stdio.h>
#include <assert.h> #include <assert.h>
#include <string.h>
void test_command_processed_only_once(void) { void test_command_processed_only_once(void) {
printf("Test: Command processed only once...\n"); printf("Test: Command processed only once...\n");