From: William A. Rowe Jr Date: Thu, 19 Jul 2001 22:20:09 +0000 (+0000) Subject: Take care of folk's assert() undefined errors. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10a92acce5bcd48dd0ddce853af7bc07ece6541;p=thirdparty%2Fapache%2Fhttpd.git Take care of folk's assert() undefined errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89627 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 4bf9a3a1398..11f9917b12c 100644 --- a/mod_ssl.h +++ b/mod_ssl.h @@ -100,6 +100,8 @@ #if APR_HAVE_SYS_TIME_H #include #endif +/* XXX: these better go away */ +#include /* OpenSSL headers */ #include