From e1a4ca3ba6a18e3186dcfefd908819eb2bbb08f4 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 19 Jul 2001 22:20:09 +0000 Subject: [PATCH] Take care of folk's assert() undefined errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89627 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 4bf9a3a1398..11f9917b12c 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -100,6 +100,8 @@ #if APR_HAVE_SYS_TIME_H #include #endif +/* XXX: these better go away */ +#include /* OpenSSL headers */ #include -- 2.47.2