Module Name: src
Committed By: maya
Date: Sat Dec 15 02:03:24 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
strings.h for strcasecmp (on linux)
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/libexec/httpd/bozohttpd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/bozohttpd.c
diff -u src/libexec/httpd/bozohttpd.c:1.102 src/libexec/httpd/bozohttpd.c:1.103
--- src/libexec/httpd/bozohttpd.c:1.102 Sat Dec 15 01:02:34 2018
+++ src/libexec/httpd/bozohttpd.c Sat Dec 15 02:03:24 2018
@@ -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>