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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user