From bcb4f1a2ebf21c85404adc70b3918265f3ccc99f Mon Sep 17 00:00:00 2001 From: Mistivia Date: Sun, 21 Dec 2025 19:28:35 +0800 Subject: add bool --- ezlive_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ezlive_config.h b/ezlive_config.h index 576944a..faeb27e 100644 --- a/ezlive_config.h +++ b/ezlive_config.h @@ -1,6 +1,8 @@ #ifndef EZLIVE_CONFIG_H_ #define EZLIVE_CONFIG_H_ +#include + typedef struct { const char *listening_addr; int listening_port; -- cgit v1.0