fix: add missing stdbool.h include in test_tui.c
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include "tui.h"
|
#include "tui.h"
|
||||||
|
|
||||||
// Mode definitions (mirrored from tui.c)
|
// Mode definitions (mirrored from tui.c)
|
||||||
|
|||||||
Reference in New Issue
Block a user