diff options
| author | maya <maya@NetBSD.org> | 2018-12-15 02:03:24 +0000 |
|---|---|---|
| committer | maya <maya@NetBSD.org> | 2018-12-15 02:03:24 +0000 |
| commit | 57b4a6eb8ac78ac5aa11b4e7cc71e8ab536f74ed (patch) | |
| tree | 1aaf5ab27dec507c963ed4c113d050df97629c91 /libexec/httpd | |
| parent | 27ebf4d99977a3055ae4ac56ae6a81b0e9ca11d0 (diff) | |
strings.h for strcasecmp (on linux)
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/bozohttpd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c index 820e361c25b..2f72969049a 100644 --- a/libexec/httpd/bozohttpd.c +++ b/libexec/httpd/bozohttpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.102 2018/12/15 01:02:34 maya Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.103 2018/12/15 02:03:24 maya Exp $ */ /* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */ @@ -141,6 +141,7 @@ #include <stdarg.h> #include <stdlib.h> #include <stdbool.h> +#include <strings.h> #include <string.h> #include <syslog.h> #include <time.h> |
