diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-24 02:46:55 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-03-24 02:46:55 +0100 |
| commit | 4501c66ebde5c4fc86eda193fe204d5b35e85652 (patch) | |
| tree | 96c498d027cff5e411031662d8792157385b73f0 | |
| parent | d9bb874591c63f2efbfc1c4c953934251c700e9f (diff) | |
| download | slcl-4501c66ebde5c4fc86eda193fe204d5b35e85652.tar.gz | |
http.c: Add missing #include
As required by strncasecmp(3).
| -rw-r--r-- | http.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <strings.h> #include <time.h> struct http_ctx |
