strings.h for strcasecmp (on linux)

This commit is contained in:
maya 2018-12-15 02:03:24 +00:00
parent 56c7646905
commit d6e51063d8

View File

@ -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>