aboutsummaryrefslogtreecommitdiff
path: root/ezlive_config.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-21 19:28:35 +0800
committerMistivia <i@mistivia.com>2025-12-21 19:31:00 +0800
commitbcb4f1a2ebf21c85404adc70b3918265f3ccc99f (patch)
tree4e60cf1ab161f591906a1a53c05a0b952c13ea5e /ezlive_config.h
parent41c40913cb9a87554b13c152eac5fceff47cb94b (diff)
add bool
Diffstat (limited to 'ezlive_config.h')
-rw-r--r--ezlive_config.h2
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;