From: Aaron Bannert Date: Tue, 20 Nov 2001 21:34:43 +0000 (+0000) Subject: No good reason to have this in <> instead of "". Having it in <> might X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f7c8b6b94b2d9371ae9aa69970208b5eeccb93;p=thirdparty%2Fapache%2Fhttpd.git No good reason to have this in <> instead of "". Having it in <> might interact badly with makefile dependency generators, too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92059 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_util.c b/ssl_util.c index ab3b55617c0..5760d021279 100644 --- a/ssl_util.c +++ b/ssl_util.c @@ -61,10 +61,10 @@ name to the list of people who piss me off!'' -- Calvin */ -#include #include "mod_ssl.h" #include "ap_mpm.h" +#include "apr_thread_mutex.h" /* _________________________________________________________________ **