From 1bf78ced587f45adb4c863409de7b3285727f69a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 4 Apr 2003 04:02:01 +0000 Subject: [PATCH] get function prototypes for strcasecmp() and strncasecmp() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@99202 13f79535-47bb-0310-9956-ffa450edef68 --- mod_ssl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod_ssl.h b/mod_ssl.h index 00075d906f7..22e0fe7d837 100644 --- a/mod_ssl.h +++ b/mod_ssl.h @@ -95,6 +95,8 @@ #include "mpm.h" #include "apr.h" #include "apr_strings.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "apr_tables.h" #include "apr_lib.h" #include "apr_fnmatch.h" -- 2.47.2