aboutsummaryrefslogtreecommitdiff
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-03-24 02:46:55 +0100
commit4501c66ebde5c4fc86eda193fe204d5b35e85652 (patch)
tree96c498d027cff5e411031662d8792157385b73f0
parentd9bb874591c63f2efbfc1c4c953934251c700e9f (diff)
downloadslcl-4501c66ebde5c4fc86eda193fe204d5b35e85652.tar.gz
http.c: Add missing #include
As required by strncasecmp(3).
-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