From be3e863d2a765f029f093b7155543fbf121ca8c0 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 5 Aug 2000 16:04:56 +0000 Subject: [PATCH] Fix warnings about string functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85996 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/spmt_os2/spmt_os2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 3da0f847a7..80db6b6377 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -74,6 +74,7 @@ #include "ap_iol.h" #include "apr_portable.h" #include "mpm_common.h" +#include "apr_strings.h" #include #include -- 2.50.1