Commit 49a45db3 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent d39dc2ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,6 +100,8 @@
#if APR_HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
/* XXX: these better go away */
#include <assert.h>

/* OpenSSL headers */
#include <openssl/ssl.h>