fix: add missing includes for dispatcher and transport in test_engine.c

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 15:48:58 +00:00
parent c7b6ed3059
commit 7fd3ab1952

View File

@@ -3,6 +3,8 @@
#include <string.h>
#include <assert.h>
#include <stdatomic.h>
#include "dispatcher.h"
#include "transport.h"
#include "engine.h"
// Test helper