From 9669adeceb9cc6ac41ca4ea9b9bc3f89036fc569 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Fri, 10 Jul 2026 22:15:00 +0200 Subject: add linux compat --- http.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'http.h') diff --git a/http.h b/http.h index 198e6b0..ec2866d 100644 --- a/http.h +++ b/http.h @@ -31,6 +31,10 @@ #ifndef HTTP_H #define HTTP_H +#include + +#include +#include #include #include "file.h" -- cgit v1.2.3