http.c: Add missing #include

As required by strncasecmp(3).
This commit is contained in:
Xavier Del Campo Romero 2023-03-24 02:46:55 +01:00
parent d9bb874591
commit 4501c66ebd
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 0 deletions

1
http.c
View File

@ -10,6 +10,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <time.h>
struct http_ctx