aboutsummaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-03-24 02:46:55 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-20 23:52:53 +0200
commit327690ad9f5f8476405401bdb79d1f523567a8e0 (patch)
treef6570ef4fb2ed5987821a7836c659793dda21d63 /http.c
parent483169d192c1efd35c4428eec4dddefb5b5aa59f (diff)
downloadlibweb-327690ad9f5f8476405401bdb79d1f523567a8e0.tar.gz
http.c: Add missing #include
As required by strncasecmp(3).
Diffstat (limited to 'http.c')
-rw-r--r--http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.c b/http.c
index 726e56a..b3b65d4 100644
--- a/http.c
+++ b/http.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <time.h>
struct http_ctx