From e939637c995c8730e899dff61cd93cc71decc928 Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 6 Dec 2023 22:52:04 -0500 Subject: Revert "No more TLS" This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f. --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index a5401b5..647da81 100644 --- a/main.c +++ b/main.c @@ -26,6 +26,7 @@ // ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR // OTHER DEALINGS IN THE SOFTWARE. +#include #include #include #include @@ -34,6 +35,7 @@ #include "network.h" #include "config.h" #include "types.h" +#include "tls.h" #include "types.h" void *client_loop(void *ign) { -- cgit v1.2.3