aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-12-02 01:04:51 +0800
committerGuangxiong Lin <[email protected]>2022-12-02 01:04:51 +0800
commit14eb75c7f5e90f3c1174cdf700753d74bbd358a8 (patch)
tree33954c3ad8e10ac381f4b5d48c5bf541e061199d /util.h
parent9bed42bfcdb548c2f097a7536d3fa6a4117b57e9 (diff)
downloadtinyserver-14eb75c7f5e90f3c1174cdf700753d74bbd358a8.tar.gz
tinyserver-14eb75c7f5e90f3c1174cdf700753d74bbd358a8.tar.bz2
tinyserver-14eb75c7f5e90f3c1174cdf700753d74bbd358a8.zip
Abstract accept and handle as event
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 6e9c8cf..c0f0214 100644
--- a/util.h
+++ b/util.h
@@ -1,3 +1,5 @@
+#include <stdbool.h>
+
#ifndef __UTIL_H
#define __UTIL_H