Fix compiler errors

This commit is contained in:
2025-07-20 21:19:58 +02:00
parent 01bf34b58d
commit 3201eac013
29 changed files with 177 additions and 94 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ int main(void)
And this is an HTTP server:
```c
#include <http.h>
#include <chttp.h>
int main(void)
{