diff options
| author | Mistivia <i@mistivia.com> | 2025-12-21 19:28:35 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-12-21 19:31:00 +0800 |
| commit | bcb4f1a2ebf21c85404adc70b3918265f3ccc99f (patch) | |
| tree | 4e60cf1ab161f591906a1a53c05a0b952c13ea5e /ezlive_config.h | |
| parent | 41c40913cb9a87554b13c152eac5fceff47cb94b (diff) | |
add bool
Diffstat (limited to 'ezlive_config.h')
| -rw-r--r-- | ezlive_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h> + typedef struct { const char *listening_addr; int listening_port; |
