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-07-20 23:52:53 +0200 |
| commit | 327690ad9f5f8476405401bdb79d1f523567a8e0 (patch) | |
| tree | f6570ef4fb2ed5987821a7836c659793dda21d63 /http.c | |
| parent | 483169d192c1efd35c4428eec4dddefb5b5aa59f (diff) | |
| download | libweb-327690ad9f5f8476405401bdb79d1f523567a8e0.tar.gz | |
http.c: Add missing #include
As required by strncasecmp(3).
Diffstat (limited to 'http.c')
| -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 |
